Home
last modified time | relevance | path

Searched refs:Rel (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/elf/
Ddo-rel.h26 # define Rel Rela macro
48 const ElfW(Rel) *relative = (const void *) reladdr;
49 const ElfW(Rel) *r = relative + nrelative;
50 const ElfW(Rel) *end = (const void *) (reladdr + relsize);
72 const ElfW(Rel) *r2 = NULL;
73 const ElfW(Rel) *end2 = NULL;
222 #undef Rel
Ddynamic-link.h36 const ElfW(Rel) *reloc, const ElfW(Sym) *sym,
40 elf_machine_rel_relative (ElfW(Addr) l_addr, const ElfW(Rel) *reloc,
56 ElfW(Addr) l_addr, const ElfW(Rel) *reloc,
139 _ELF_DYNAMIC_DO_RELOC (REL, Rel, map, scope, lazy, skip_ifunc, _ELF_CHECK_REL)
Dget-dynamic-info.h127 assert (info[DT_RELENT]->d_un.d_val == sizeof (ElfW(Rel))); in elf_get_dynamic_info()
Ddl-reloc.c313 : sizeof (ElfW(Rel)); in _dl_relocate_object()
/glibc-2.36/sysdeps/mips/
Ddl-machine.h408 const ElfW(Rel) *reloc, in elf_machine_fixup_plt()
415 elf_machine_plt_value (struct link_map *map, const ElfW(Rel) *reloc, in elf_machine_plt_value()
667 const ElfW(Rel) *reloc, const ElfW(Sym) *sym, in elf_machine_rel()
676 elf_machine_rel_relative (ElfW(Addr) l_addr, const ElfW(Rel) *reloc, in elf_machine_rel_relative()
685 ElfW(Addr) l_addr, const ElfW(Rel) *reloc, in elf_machine_lazy_rel()
Ddl-machine-rel.h25 #define PLTREL ElfW(Rel)
/glibc-2.36/sysdeps/arm/
Ddl-machine-rel.h31 #define PLTREL ElfW(Rel)
/glibc-2.36/sysdeps/i386/
Ddl-machine-rel.h31 #define PLTREL ElfW(Rel)
/glibc-2.36/sysdeps/generic/
Ddl-machine.h59 const ElfW(Rel) *reloc, in elf_machine_fixup_plt()
/glibc-2.36/scripts/
Dglibcelf.py937 Rel = collections.namedtuple('Rel', 'r_offset r_info') variable
938 _define_layouts(Rel,
980 for typ in (Ehdr, Phdr, Shdr, Dyn, Sym, Rel, Rela):
/glibc-2.36/csu/
Dlibc-start.c69 # define IREL_T ElfW(Rel)
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-mips2444 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
DChangeLog.1311296 define to ElfW(Rel).
13357 ElfW(Rel) in argument.
DChangeLog.1891328 to end in Rel or Rela (uppercase).