Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/elf/
HDcommon.h575 #define DT_FINI_ARRAY 26 macro
/trueos/sys/sys/
HDelf_common.h402 #define DT_FINI_ARRAY 26 /* Address of the array of pointers to macro
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1641 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator
/trueos/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp725 case DT_FINI_ARRAY: in printValue()
/trueos/usr.bin/elfdump/
HDelfdump.c204 case DT_FINI_ARRAY: return "DT_FINI_ARRAY"; in d_tags()
/trueos/contrib/binutils/binutils/
HDreadelf.c1539 case DT_FINI_ARRAY: return "FINI_ARRAY"; in get_dynamic_type()
6311 case DT_FINI_ARRAY: in process_dynamic_section()
/trueos/libexec/rtld-elf/
HDrtld.c1105 case DT_FINI_ARRAY: in digest_dynamic1()
/trueos/contrib/binutils/bfd/
HDelflink.c5706 if (!_bfd_elf_add_dynamic_entry (info, DT_FINI_ARRAY, 0) in bfd_elf_size_dynamic_sections()
10185 case DT_FINI_ARRAY: in bfd_elf_final_link()
HDelf.c1266 case DT_FINI_ARRAY: name = "FINI_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
HDChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
HDChangeLog-020310009 DT_FINI_ARRAY.