Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h506 #define DT_FINI 13 /* Address of termination function */ macro
/freebsd/usr.bin/elfdump/
H A Delfdump.c192 case DT_FINI: return "DT_FINI"; in d_tags()
951 case DT_FINI: in elf_print_dynamic()
/freebsd/sys/sys/
H A Delf_common.h604 #define DT_FINI 13 /* Address of finalization function. */ macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c174 case DT_FINI: return "DT_FINI"; in d_tags()
1681 case DT_FINI: in elf_print_dynamic()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h142 _ELF_DEFINE_DT(DT_FINI, 13, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c847 case DT_FINI: return "FINI"; in dt_type()
2981 case DT_FINI: in dump_dyn_val()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1514 addInt(DT_FINI, b->getVA()); in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1507 case DT_FINI: in digest_dynamic1()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2445 case DT_FINI: in getDynamicEntry()