Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDcommon.h576 #define DT_INIT_ARRAYSZ 27 macro
/NextBSD/sys/sys/
HDelf_common.h556 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of the array of macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h1045 DT_INIT_ARRAYSZ = 27, // Size of DT_INIT_ARRAY. enumerator
/NextBSD/usr.bin/elfdump/
HDelfdump.c205 case DT_INIT_ARRAYSZ: return "DT_INIT_ARRAYSZ"; in d_tags()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp1010 case DT_INIT_ARRAYSZ: in printValue()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h134 _ELF_DEFINE_DT(DT_INIT_ARRAYSZ, 27, "size of the DT_INIT_ARRAY") \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c904 case DT_INIT_ARRAYSZ: return "INIT_ARRAYSZ"; in dt_type()
3242 case DT_INIT_ARRAYSZ: in dump_dyn_val()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c1540 case DT_INIT_ARRAYSZ: return "INIT_ARRAYSZ"; in get_dynamic_type()
6284 case DT_INIT_ARRAYSZ: in process_dynamic_section()
/NextBSD/libexec/rtld-elf/
HDrtld.c1126 case DT_INIT_ARRAYSZ: in digest_dynamic1()
/NextBSD/contrib/binutils/bfd/
HDelflink.c5700 || !_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
10160 case DT_INIT_ARRAYSZ: in bfd_elf_final_link()
HDelf.c1267 case DT_INIT_ARRAYSZ: name = "INIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
HDChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
HDChangeLog-020310007 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,