Lines Matching refs:got
53 register Elf64_Addr *got; in elf_machine_dynamic() local
56 : "=&a" (got) : : "0" ); in elf_machine_dynamic()
58 return *got; in elf_machine_dynamic()
95 Elf64_Addr *got; in elf_machine_runtime_setup() local
96 got = (Elf64_Addr *) D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()
100 if (got[1]) in elf_machine_runtime_setup()
102 l->l_mach.plt = got[1] + l->l_addr; in elf_machine_runtime_setup()
105 got[1] = (Elf64_Addr) l; /* Identify this shared object. */ in elf_machine_runtime_setup()
117 got[2] = (Elf64_Addr) &_dl_runtime_profile_vx; in elf_machine_runtime_setup()
119 got[2] = (Elf64_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()
121 got[2] = (Elf64_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()
136 got[2] = (Elf64_Addr) &_dl_runtime_resolve_vx; in elf_machine_runtime_setup()
138 got[2] = (Elf64_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()
140 got[2] = (Elf64_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()