Home
last modified time | relevance | path

Searched refs:gotplt (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/riscv/
Ddl-machine.h316 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()
/glibc-2.36/sysdeps/x86/
Dlinkmap.h5 Elf64_Addr gotplt; /* Address of .got + 0x18 */ member
13 Elf32_Addr gotplt; /* Address of .got + 0x0c */ member
/glibc-2.36/sysdeps/mips/
Ddl-machine.h863 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()
/glibc-2.36/sysdeps/loongarch/
Ddl-machine.h279 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()
/glibc-2.36/sysdeps/sh/
Dlinkmap.h4 Elf32_Addr gotplt; /* Address of .got + 0x0c */ member
Ddl-machine.h94 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()
/glibc-2.36/sysdeps/x86_64/
Ddl-machine.h85 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()
/glibc-2.36/sysdeps/i386/
Ddl-machine.h85 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.19644 2019-09-26 Siddhesh Poyarekar <siddhesh@gotplt.org>
DChangeLog.1819457 Remove member gotplt and add member jmprel.
19460 instead of gotplt with &got[3].