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

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h495 #define DT_PREINIT_ARRAYSZ 33 /* Size, in bytes, of DT_PREINIT_ARRAY array */ macro
/freebsd-13-stable/sys/sys/
H A Delf_common.h617 #define DT_PREINIT_ARRAYSZ 33 /* Size in bytes of the array of macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c214 case DT_PREINIT_ARRAYSZ:return "DT_PREINIT_ARRAYSZ";
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h175 _ELF_DEFINE_DT(DT_PREINIT_ARRAYSZ, 33, \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c193 case DT_PREINIT_ARRAYSZ:return "DT_PREINIT_ARRAYSZ";
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c859 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ";
2966 case DT_PREINIT_ARRAYSZ:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1426 addSize(DT_PREINIT_ARRAYSZ, Out::preinitArray);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1294 case DT_PREINIT_ARRAYSZ:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2605 case DT_PREINIT_ARRAYSZ:

Completed in 305 milliseconds