Home
last modified time | relevance | path

Searched refs:DT_FLAGS (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadelf.h523 #define DT_FLAGS 30 /* Encodes ORIGIN, SYMBOLIC, TEXTREL, BIND_NOW, STATIC_TLS */ macro
/freebsd/sys/sys/
H A Delf_common.h628 #define DT_FLAGS 30 /* Object specific flag values. */ macro
/freebsd/usr.bin/elfdump/
H A Delfdump.c209 case DT_FLAGS: return "DT_FLAGS"; in d_tags()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h170 _ELF_DEFINE_DT(DT_FLAGS, 30, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c191 case DT_FLAGS: return "DT_FLAGS"; in d_tags()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c864 case DT_FLAGS: return "FLAGS"; in dt_type()
3034 case DT_FLAGS: in dump_dyn_val()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2498 case DT_FLAGS: in getDynamicEntry()
7480 case DT_FLAGS: in printAuxillaryDynamicTableEntryInfo()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1383 addInt(DT_FLAGS, dtFlags); in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1523 case DT_FLAGS: in digest_dynamic1()