Home
last modified time | relevance | path

Searched refs:DT_REL (Results 1 – 25 of 26) sorted by relevance

12

/NextBSD/sys/boot/common/
HDself_reloc.c82 case DT_REL: in self_reloc()
HDload_elf.c627 case DT_REL: in __elfN()
/NextBSD/sys/compat/linux/
HDlinux_vdso.c174 case DT_REL: in __elfN()
/NextBSD/contrib/binutils/include/elf/
HDcommon.h566 #define DT_REL 17 macro
/NextBSD/sys/kern/
HDlink_elf.c521 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/
HDreloc.c134 case DT_REL: in _rtld_relocate_nonplt_self()
/NextBSD/usr.bin/elfdump/
HDelfdump.c195 case DT_REL: return "DT_REL"; in d_tags()
910 case DT_REL: in elf_print_dynamic()
/NextBSD/libexec/rtld-elf/mips/
HDreloc.c154 case DT_REL: in _rtld_relocate_nonplt_self()
/NextBSD/sys/sys/
HDelf_common.h543 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ macro
/NextBSD/usr.sbin/kldxref/
HDef.c315 case DT_REL: in ef_parse_dynamic()
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h1035 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
/NextBSD/contrib/binutils/bfd/
HDelf32-i386.c2071 || !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()
HDelf32-arm.c8755 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()
HDelf32-score.c3101 if (!SCORE_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0)) in _bfd_score_elf_size_dynamic_sections()
HDelflink.c10220 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()
HDChangeLog-20063070 instead of DT_REL* tags on RELA targets.
HDelf.c1257 case DT_REL: name = "REL"; break; in _bfd_elf_print_private_bfd_data()
HDelfxx-mips.c7620 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0)) in _bfd_mips_elf_size_dynamic_sections()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp963 if (Value == DT_REL) { in printValue()
978 case DT_REL: in printValue()
/NextBSD/libexec/rtld-elf/
HDrtld.c925 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/
HDreadelf.c1530 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/
HDelfdefinitions.h117 _ELF_DEFINE_DT(DT_REL, 17, \
/NextBSD/contrib/elftoolchain/elfdump/
HDelfdump.c1875 case DT_REL: in elf_print_dynamic()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp122 if (type == DT_REL || type == SHT_REL) in ELFRelocation()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c894 case DT_REL: return "REL"; in dt_type()
3222 case DT_REL: in dump_dyn_val()

12