Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h533 #define DT_VERDEFNUM 0x6ffffffd /* Number of versions defined by file */ macro
/freebsd/sys/sys/
H A Delf_common.h706 #define DT_VERDEFNUM 0x6ffffffd /* Number of elems in verdef section */
705 #define DT_VERDEFNUM global() macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c220 case DT_VERDEFNUM: return "DT_VERDEFNUM"; in d_tags()
1665 case DT_VERDEFNUM: in elf_print_dynamic()
/freebsd/usr.bin/elfdump/
H A Delfdump.c238 case DT_VERDEFNUM: return "DT_VERDEFNUM"; in d_tags()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h251 _ELF_DEFINE_DT(DT_VERDEFNUM, 0x6FFFFFFDUL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c897 case DT_VERDEFNUM: return "VERDEFNUM"; in dt_type()
3006 case DT_VERDEFNUM: in dump_dyn_val()
/freebsd/libexec/rtld-elf/
H A Drtld.c1402 case DT_VERDEFNUM: in digest_dynamic1()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1575 addInt(DT_VERDEFNUM, getVerDefNum(ctx)); in computeContents()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2518 case DT_VERDEFNUM: in getDynamicEntry()