Home
last modified time | relevance | path

Searched refs:DT_RELCOUNT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h674 #define DT_RELCOUNT 0x6ffffffa /* number of RELATIVE relocations */ macro
/freebsd/usr.bin/elfdump/
H A Delfdump.c235 case DT_RELCOUNT: return "DT_RELCOUNT"; in d_tags()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h246 _ELF_DEFINE_DT(DT_RELCOUNT, 0x6FFFFFFAUL, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c217 case DT_RELCOUNT: return "DT_RELCOUNT"; in d_tags()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c894 case DT_RELCOUNT: return "RELCOUNT"; in dt_type()
3005 case DT_RELCOUNT: in dump_dyn_val()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1397 addInt(isRela ? DT_RELACOUNT : DT_RELCOUNT, numRelativeRels); in computeContents()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2485 case DT_RELCOUNT: in getDynamicEntry()