Searched refs:gotplt (Results 1 – 10 of 10) sorted by relevance
316 ElfW(Addr) *gotplt = (ElfW(Addr) *) D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()320 if (gotplt[1]) in elf_machine_runtime_setup()321 l->l_mach.plt = gotplt[1] + l->l_addr; in elf_machine_runtime_setup()322 gotplt[0] = (ElfW(Addr)) &_dl_runtime_resolve; in elf_machine_runtime_setup()323 gotplt[1] = (ElfW(Addr)) l; in elf_machine_runtime_setup()
5 Elf64_Addr gotplt; /* Address of .got + 0x18 */ member13 Elf32_Addr gotplt; /* Address of .got + 0x0c */ member
863 ElfW(Addr) *gotplt; in elf_machine_runtime_setup()864 gotplt = (ElfW(Addr) *) D_PTR (l, l_info[DT_MIPS (PLTGOT)]); in elf_machine_runtime_setup()868 if (gotplt[1]) in elf_machine_runtime_setup()869 l->l_mach.plt = gotplt[1] + l->l_addr; in elf_machine_runtime_setup()870 gotplt[0] = (ElfW(Addr)) &_dl_runtime_pltresolve; in elf_machine_runtime_setup()871 gotplt[1] = (ElfW(Addr)) l; in elf_machine_runtime_setup()
279 ElfW (Addr) *gotplt = (ElfW (Addr) *) D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()280 gotplt[0] = (ElfW (Addr)) & _dl_runtime_resolve; in elf_machine_runtime_setup()281 gotplt[1] = (ElfW (Addr)) l; in elf_machine_runtime_setup()
4 Elf32_Addr gotplt; /* Address of .got + 0x0c */ member
94 l->l_mach.gotplt = (Elf32_Addr) &got[3]; in elf_machine_runtime_setup()448 + (((Elf32_Addr) reloc_addr) - map->l_mach.gotplt) * 7; in elf_machine_lazy_rel()
85 l->l_mach.gotplt = (ElfW(Addr)) &got[3]; in elf_machine_runtime_setup()510 + (((ElfW(Addr)) reloc_addr) - map->l_mach.gotplt) * 2; in elf_machine_lazy_rel()
85 l->l_mach.gotplt = (Elf32_Addr) &got[3]; in elf_machine_runtime_setup()625 + (((Elf32_Addr) reloc_addr) - map->l_mach.gotplt) * 4); in elf_machine_lazy_rel()
644 2019-09-26 Siddhesh Poyarekar <siddhesh@gotplt.org>
19457 Remove member gotplt and add member jmprel.19460 instead of gotplt with &got[3].