Home
last modified time | relevance | path

Searched refs:DT_FINI_ARRAY (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadelf.h519 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def72 DYNAMIC_TAG(FINI_ARRAYSZ, 28) // Size of DT_FINI_ARRAY.
/freebsd/sys/sys/
H A Delf_common.h620 #define DT_FINI_ARRAY 26 /* Address of the array of pointers to macro
/freebsd/usr.bin/elfdump/
H A Delfdump.c205 case DT_FINI_ARRAY: return "DT_FINI_ARRAY"; in d_tags()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h164 _ELF_DEFINE_DT(DT_FINI_ARRAY, 26, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c187 case DT_FINI_ARRAY: return "DT_FINI_ARRAY"; in d_tags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1505 addInt(DT_FINI_ARRAY, Out::finiArray->addr); in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1512 case DT_FINI_ARRAY: in digest_dynamic1()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c860 case DT_FINI_ARRAY: return "FINI_ARRAY"; in dt_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2449 case DT_FINI_ARRAY: in getDynamicEntry()