Searched refs:rfunc (Results 1 – 1 of 1) sorted by relevance
111 Elf32_Addr rfunc; in elf_machine_runtime_setup() local120 rfunc = (Elf32_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()128 rfunc = (Elf32_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()141 plt[0] = 0x05000000 | ((rfunc >> 10) & 0x003fffff); in elf_machine_runtime_setup()142 plt[1] = 0x85c0a000 | (rfunc & 0x3ff); in elf_machine_runtime_setup()
Completed in 3 milliseconds