Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h505 #define DT_INIT 12 /* Address of initialization function */ macro
/freebsd/usr.bin/elfdump/
H A Delfdump.c191 case DT_INIT: return "DT_INIT"; in d_tags()
950 case DT_INIT: in elf_print_dynamic()
/freebsd/sys/sys/
H A Delf_common.h603 #define DT_INIT 12 /* Address of initialization function. */ macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c173 case DT_INIT: return "DT_INIT"; in d_tags()
1680 case DT_INIT: in elf_print_dynamic()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h140 _ELF_DEFINE_DT(DT_INIT, 12, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c846 case DT_INIT: return "INIT"; in dt_type()
2975 case DT_INIT: in dump_dyn_val()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1511 addInt(DT_INIT, b->getVA()); in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1482 case DT_INIT: in digest_dynamic1()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2444 case DT_INIT: in getDynamicEntry()