Lines Matching refs:got
57 register Elf32_Addr *got; in elf_machine_dynamic() local
62 : "=&a" (got) : : "0" ); in elf_machine_dynamic()
64 return *got; in elf_machine_dynamic()
106 Elf32_Addr *got; in elf_machine_runtime_setup() local
107 got = (Elf32_Addr *) D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()
111 if (got[1]) in elf_machine_runtime_setup()
113 l->l_mach.plt = got[1] + l->l_addr; in elf_machine_runtime_setup()
116 got[1] = (Elf32_Addr) l; /* Identify this shared object. */ in elf_machine_runtime_setup()
128 got[2] = (Elf32_Addr) &_dl_runtime_profile_vx; in elf_machine_runtime_setup()
130 got[2] = (Elf32_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()
132 got[2] = (Elf32_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()
147 got[2] = (Elf32_Addr) &_dl_runtime_resolve_vx; in elf_machine_runtime_setup()
149 got[2] = (Elf32_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()
151 got[2] = (Elf32_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()