Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dself_reloc.c80 case DT_REL: in self_reloc()
H A Dload_elf.c885 case DT_REL:
/freebsd/contrib/file/src/
H A Dreadelf.h510 #define DT_REL 17 /* Address of Rel relocation table */ macro
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c95 case DT_REL: in _rtld_relocate_nonplt_self()
/freebsd/sys/kern/
H A Dlink_elf.c592 int plttype = DT_REL; in parse_dynamic()
623 case DT_REL: in parse_dynamic()
651 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
/freebsd/lib/libkldelf/
H A Def.c316 case DT_REL: in ef_parse_dynamic()
/freebsd/usr.bin/elfdump/
H A Delfdump.c196 case DT_REL: return "DT_REL"; in d_tags()
953 case DT_REL: in elf_print_dynamic()
/freebsd/sys/sys/
H A Delf_common.h615 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */
614 #define DT_REL global() macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c178 case DT_REL: return "DT_REL"; in d_tags()
1682 case DT_REL: in elf_print_dynamic()
/freebsd/libexec/rtld-elf/
H A Drtld.c1304 int plttype = DT_REL; in digest_dynamic1()
1316 case DT_REL: in digest_dynamic1()
1367 dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h985 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA || in dynamic_relocation_sections()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h149 _ELF_DEFINE_DT(DT_REL, 17, \
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2135 case ELF::DT_REL: in parseDynamicTable()
2168 if (Dyn.getVal() == DT_REL) in parseDynamicTable()
2489 if (Value == DT_REL) in getDynamicEntry()
2503 case DT_REL: in getDynamicEntry()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1516 addInt(DT_PLTREL, ctx.arg.isRela ? DT_RELA : DT_REL); in computeContents()
1782 ctx.arg.isRela ? DT_RELA : DT_REL, in RelocationSection()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c851 case DT_REL: return "REL"; in dt_type()
2977 case DT_REL: in dump_dyn_val()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp136 if (type == DT_REL || type == SHT_REL) in ELFRelocation()