Home
last modified time | relevance | path

Searched refs:DT_PREINIT_ARRAYSZ (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h551 #define DT_PREINIT_ARRAYSZ 33 macro
DChangeLog-91031065 (DT_PREINIT_ARRAYSZ): New dynamic section tag.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h577 #define DT_PREINIT_ARRAYSZ 33 macro
DChangeLog-91031099 (DT_PREINIT_ARRAYSZ): New dynamic section tag.
/openbsd/src/sys/sys/
Dexec_elf.h553 #define DT_PREINIT_ARRAYSZ 33 /* size of array of preinit func */ macro
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c4923 || !_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
7867 case DT_PREINIT_ARRAYSZ: in bfd_elf_final_link()
Delflink.h3453 || !elf_add_dynamic_entry (info, (bfd_vma) DT_PREINIT_ARRAYSZ,
5874 case DT_PREINIT_ARRAYSZ:
Delf.c1074 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-020310005 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
10007 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
DChangeLog-00017373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delflink.c5413 || !_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
8902 case DT_PREINIT_ARRAYSZ: in bfd_elf_final_link()
Delf.c1237 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-020310005 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
10007 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
DChangeLog-00017373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.cpp1460 addInt(DT_PREINIT_ARRAYSZ, Out::preinitArray->size); in computeContents()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c1775 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in get_dynamic_type()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c1439 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in get_dynamic_type()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp2371 case DT_PREINIT_ARRAYSZ: in getDynamicEntry()