Lines Matching refs:got
170 Elf32_Addr *got = NULL; in elf_machine_runtime_setup() local
204 got = (Elf32_Addr *) (reloc->r_offset + l_addr + PLT_ENTRY_SIZE + SIZEOF_PLT_STUB); in elf_machine_runtime_setup()
216 if (got[-2] != sig.i[0] || got[-1] != sig.i[1]) in elf_machine_runtime_setup()
218 got = NULL; /* Not the stub... keep looking */ in elf_machine_runtime_setup()
226 got[1] = (Elf32_Addr) l; in elf_machine_runtime_setup()
235 got[-2] = (Elf32_Addr) ((struct fdesc *) in elf_machine_runtime_setup()
241 got[-2] = (Elf32_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()
257 got[-2] = (Elf32_Addr) ((struct fdesc *) in elf_machine_runtime_setup()
263 got[-2] = (Elf32_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()
268 got[-1] = ltp; in elf_machine_runtime_setup()
274 if(!got) in elf_machine_runtime_setup()
290 fptr->ip = (Elf32_Addr) got - GOT_FROM_PLT_STUB; in elf_machine_runtime_setup()