| /NextBSD/sys/boot/common/ |
| HD | self_reloc.c | 82 case DT_REL: in self_reloc()
|
| HD | load_elf.c | 627 case DT_REL: in __elfN()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_vdso.c | 174 case DT_REL: in __elfN()
|
| /NextBSD/contrib/binutils/include/elf/ |
| HD | common.h | 566 #define DT_REL 17 macro
|
| /NextBSD/sys/kern/ |
| HD | link_elf.c | 521 int plttype = DT_REL; in parse_dynamic() 552 case DT_REL: in parse_dynamic() 580 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
|
| /NextBSD/libexec/rtld-elf/arm/ |
| HD | reloc.c | 134 case DT_REL: in _rtld_relocate_nonplt_self()
|
| /NextBSD/usr.bin/elfdump/ |
| HD | elfdump.c | 195 case DT_REL: return "DT_REL"; in d_tags() 910 case DT_REL: in elf_print_dynamic()
|
| /NextBSD/libexec/rtld-elf/mips/ |
| HD | reloc.c | 154 case DT_REL: in _rtld_relocate_nonplt_self()
|
| /NextBSD/sys/sys/ |
| HD | elf_common.h | 543 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ macro
|
| /NextBSD/usr.sbin/kldxref/ |
| HD | ef.c | 315 case DT_REL: in ef_parse_dynamic()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 1035 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf32-i386.c | 2071 || !add_dynamic_entry (DT_PLTREL, DT_REL) in elf_i386_size_dynamic_sections() 2078 if (!add_dynamic_entry (DT_REL, 0) in elf_i386_size_dynamic_sections() 3644 case DT_REL: in elf_i386_finish_dynamic_sections()
|
| HD | elf32-arm.c | 8755 htab->use_rel ? DT_REL : DT_RELA) in elf32_arm_size_dynamic_sections() 8764 if (!add_dynamic_entry (DT_REL, 0) in elf32_arm_size_dynamic_sections() 9200 case DT_REL: in elf32_arm_finish_dynamic_sections() 9213 type = ((dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in elf32_arm_finish_dynamic_sections()
|
| HD | elf32-score.c | 3101 if (!SCORE_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0)) in _bfd_score_elf_size_dynamic_sections()
|
| HD | elflink.c | 10220 case DT_REL: in bfd_elf_final_link() 10224 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in bfd_elf_final_link()
|
| HD | ChangeLog-2006 | 3070 instead of DT_REL* tags on RELA targets.
|
| HD | elf.c | 1257 case DT_REL: name = "REL"; break; in _bfd_elf_print_private_bfd_data()
|
| HD | elfxx-mips.c | 7620 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0)) in _bfd_mips_elf_size_dynamic_sections()
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 963 if (Value == DT_REL) { in printValue() 978 case DT_REL: in printValue()
|
| /NextBSD/libexec/rtld-elf/ |
| HD | rtld.c | 925 int plttype = DT_REL; in digest_dynamic1() 935 case DT_REL: in digest_dynamic1() 970 assert(dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | readelf.c | 1530 case DT_REL: return "REL"; in get_dynamic_type() 4637 { "REL", DT_REL, DT_RELSZ, FALSE }, 4677 case DT_REL: in process_relocs() 6222 case DT_REL : in process_dynamic_section()
|
| /NextBSD/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 117 _ELF_DEFINE_DT(DT_REL, 17, \
|
| /NextBSD/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 1875 case DT_REL: in elf_print_dynamic()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 122 if (type == DT_REL || type == SHT_REL) in ELFRelocation()
|
| /NextBSD/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 894 case DT_REL: return "REL"; in dt_type() 3222 case DT_REL: in dump_dyn_val()
|