Home
last modified time | relevance | path

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

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