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

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h488 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */ macro
490 #define DT_FINI_ARRAYSZ 28 /* Size, in bytes, of DT_FINI_ARRAY array*/
/freebsd-13-stable/sys/sys/
H A Delf_common.h601 #define DT_FINI_ARRAY 26 /* Address of the array of pointers to macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c208 case DT_FINI_ARRAY: return "DT_FINI_ARRAY";
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h164 _ELF_DEFINE_DT(DT_FINI_ARRAY, 26, \
167 _ELF_DEFINE_DT(DT_FINI_ARRAYSZ, 28, "size of the DT_FINI_ARRAY") \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c187 case DT_FINI_ARRAY: return "DT_FINI_ARRAY";
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1433 addOutSec(DT_FINI_ARRAY, Out::finiArray);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1310 case DT_FINI_ARRAY:
2759 * It is legal to have both DT_FINI and DT_FINI_ARRAY defined.
2760 * When this happens, DT_FINI_ARRAY is processed first.
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c853 case DT_FINI_ARRAY: return "FINI_ARRAY";
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2582 case DT_FINI_ARRAY:

Completed in 292 milliseconds