Home
last modified time | relevance | path

Searched refs:DT_FINI_ARRAYSZ (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDcommon.h577 #define DT_FINI_ARRAYSZ 28 macro
/NextBSD/sys/sys/
HDelf_common.h558 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of the array of macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h1046 DT_FINI_ARRAYSZ = 28, // Size of DT_FINI_ARRAY. enumerator
/NextBSD/usr.bin/elfdump/
HDelfdump.c206 case DT_FINI_ARRAYSZ: return "DT_FINI_ARRAYSZ"; in d_tags()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp1011 case DT_FINI_ARRAYSZ: in printValue()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h135 _ELF_DEFINE_DT(DT_FINI_ARRAYSZ, 28, "size of the DT_FINI_ARRAY") \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c905 case DT_FINI_ARRAYSZ: return "FINI_ARRAYSZ"; in dt_type()
3243 case DT_FINI_ARRAYSZ: in dump_dyn_val()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c1541 case DT_FINI_ARRAYSZ: return "FINI_ARRAYSZ"; in get_dynamic_type()
6285 case DT_FINI_ARRAYSZ: in process_dynamic_section()
/NextBSD/libexec/rtld-elf/
HDrtld.c1138 case DT_FINI_ARRAYSZ: in digest_dynamic1()
/NextBSD/contrib/binutils/bfd/
HDelflink.c5707 || !_bfd_elf_add_dynamic_entry (info, DT_FINI_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
10163 case DT_FINI_ARRAYSZ: in bfd_elf_final_link()
HDelf.c1268 case DT_FINI_ARRAYSZ: name = "FINI_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
HDChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
HDChangeLog-020310008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and