Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h518 #define DT_INIT_ARRAY 25 /* Address of initialization function array */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def71 DYNAMIC_TAG(INIT_ARRAYSZ, 27) // Size of DT_INIT_ARRAY.
/freebsd/sys/sys/
H A Delf_common.h618 #define DT_INIT_ARRAY 25 /* Address of the array of pointers to macro
/freebsd/usr.bin/elfdump/
H A Delfdump.c204 case DT_INIT_ARRAY: return "DT_INIT_ARRAY"; in d_tags()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h162 _ELF_DEFINE_DT(DT_INIT_ARRAY, 25, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c186 case DT_INIT_ARRAY: return "DT_INIT_ARRAY"; in d_tags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1501 addInt(DT_INIT_ARRAY, Out::initArray->addr); in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1497 case DT_INIT_ARRAY: in digest_dynamic1()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c859 case DT_INIT_ARRAY: return "INIT_ARRAY"; in dt_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2448 case DT_INIT_ARRAY: in getDynamicEntry()