Searched refs:DT_PREINIT_ARRAYSZ (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 551 #define DT_PREINIT_ARRAYSZ 33 macro
|
H A D | ChangeLog-9103 | 1065 (DT_PREINIT_ARRAYSZ): New dynamic section tag.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 577 #define DT_PREINIT_ARRAYSZ 33 macro
|
H A D | ChangeLog-9103 | 1099 (DT_PREINIT_ARRAYSZ): New dynamic section tag.
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 553 #define DT_PREINIT_ARRAYSZ 33 /* size of array of preinit func */ macro
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elflink.c | 4923 || !_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 D | elflink.h | 3453 || !elf_add_dynamic_entry (info, (bfd_vma) DT_PREINIT_ARRAYSZ, 5874 case DT_PREINIT_ARRAYSZ:
|
H A D | elf.c | 1074 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-0203 | 10005 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for 10007 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
|
H A D | ChangeLog-0001 | 7373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elflink.c | 5413 || !_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 D | elf.c | 1237 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-0203 | 10005 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for 10007 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
|
H A D | ChangeLog-0001 | 7373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 1460 addInt(DT_PREINIT_ARRAYSZ, Out::preinitArray->size); in computeContents()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 1775 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in get_dynamic_type()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 1439 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in get_dynamic_type()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2371 case DT_PREINIT_ARRAYSZ: in getDynamicEntry()
|