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.c889 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.c586 int plttype = DT_REL; in parse_dynamic()
617 case DT_REL: in parse_dynamic()
645 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()
952 case DT_REL: in elf_print_dynamic()
/freebsd/sys/sys/
H A Delf_common.h609 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ 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.c1275 int plttype = DT_REL; in digest_dynamic1()
1287 case DT_REL: in digest_dynamic1()
1338 dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h980 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.cpp2078 case ELF::DT_REL: in parseDynamicTable()
2111 if (Dyn.getVal() == DT_REL) in parseDynamicTable()
2432 if (Value == DT_REL) in getDynamicEntry()
2446 case DT_REL: in getDynamicEntry()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1463 addInt(DT_PLTREL, config->isRela ? DT_RELA : DT_REL); in computeContents()
1724 config->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.cpp135 if (type == DT_REL || type == SHT_REL) in ELFRelocation()