Searched refs:Rel (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/elf/ |
D | do-rel.h | 26 # 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
|
D | dynamic-link.h | 36 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)
|
D | get-dynamic-info.h | 127 assert (info[DT_RELENT]->d_un.d_val == sizeof (ElfW(Rel))); in elf_get_dynamic_info()
|
D | dl-reloc.c | 313 : sizeof (ElfW(Rel)); in _dl_relocate_object()
|
/glibc-2.36/sysdeps/mips/ |
D | dl-machine.h | 408 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()
|
D | dl-machine-rel.h | 25 #define PLTREL ElfW(Rel)
|
/glibc-2.36/sysdeps/arm/ |
D | dl-machine-rel.h | 31 #define PLTREL ElfW(Rel)
|
/glibc-2.36/sysdeps/i386/ |
D | dl-machine-rel.h | 31 #define PLTREL ElfW(Rel)
|
/glibc-2.36/sysdeps/generic/ |
D | dl-machine.h | 59 const ElfW(Rel) *reloc, in elf_machine_fixup_plt()
|
/glibc-2.36/scripts/ |
D | glibcelf.py | 937 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/ |
D | libc-start.c | 69 # define IREL_T ElfW(Rel)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-mips | 2444 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
|
D | ChangeLog.13 | 11296 define to ElfW(Rel). 13357 ElfW(Rel) in argument.
|
D | ChangeLog.18 | 91328 to end in Rel or Rela (uppercase).
|