Lines Matching refs:got
44 register Elf32_Addr *got; in elf_machine_dynamic() local
45 asm ("mov r12,%0" :"=r" (got)); in elf_machine_dynamic()
46 return *got; in elf_machine_dynamic()
77 Elf32_Addr *got; in elf_machine_runtime_setup() local
87 got = (Elf32_Addr *) D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()
91 if (got[1]) in elf_machine_runtime_setup()
93 l->l_mach.plt = got[1] + l->l_addr; in elf_machine_runtime_setup()
94 l->l_mach.gotplt = (Elf32_Addr) &got[3]; in elf_machine_runtime_setup()
96 got[1] = (Elf32_Addr) l; /* Identify this shared object. */ in elf_machine_runtime_setup()
106 got[2] = (Elf32_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()
115 got[2] = (Elf32_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()