Lines Matching refs:got
63 Elf64_Addr *got; in elf_machine_runtime_setup() local
77 got = (Elf64_Addr *) D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()
81 if (got[1]) in elf_machine_runtime_setup()
83 l->l_mach.plt = got[1] + l->l_addr; in elf_machine_runtime_setup()
84 l->l_mach.gotplt = (ElfW(Addr)) &got[3]; in elf_machine_runtime_setup()
87 *(ElfW(Addr) *) (got + 1) = (ElfW(Addr)) l; in elf_machine_runtime_setup()
98 *(ElfW(Addr) *) (got + 2) = (ElfW(Addr)) &_dl_runtime_profile_avx512; in elf_machine_runtime_setup()
100 *(ElfW(Addr) *) (got + 2) = (ElfW(Addr)) &_dl_runtime_profile_avx; in elf_machine_runtime_setup()
102 *(ElfW(Addr) *) (got + 2) = (ElfW(Addr)) &_dl_runtime_profile_sse; in elf_machine_runtime_setup()
116 *(ElfW(Addr) *) (got + 2) in elf_machine_runtime_setup()
121 *(ElfW(Addr) *) (got + 2) in elf_machine_runtime_setup()