Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h526 #define DT_PREINIT_ARRAYSZ 33 /* Size, in bytes, of DT_PREINIT_ARRAY array */ macro
/freebsd/sys/sys/
H A Delf_common.h636 #define DT_PREINIT_ARRAYSZ 33 /* Size in bytes of the array of macro
/freebsd/usr.bin/elfdump/
H A Delfdump.c211 case DT_PREINIT_ARRAYSZ:return "DT_PREINIT_ARRAYSZ"; in d_tags()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h175 _ELF_DEFINE_DT(DT_PREINIT_ARRAYSZ, 33, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c193 case DT_PREINIT_ARRAYSZ:return "DT_PREINIT_ARRAYSZ"; in d_tags()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c866 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in dt_type()
2997 case DT_PREINIT_ARRAYSZ: in dump_dyn_val()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1498 addInt(DT_PREINIT_ARRAYSZ, Out::preinitArray->size); in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1492 case DT_PREINIT_ARRAYSZ: in digest_dynamic1()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2473 case DT_PREINIT_ARRAYSZ: in getDynamicEntry()