Searched refs:DT_PREINIT_ARRAY (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 550 #define DT_PREINIT_ARRAY 32 macro
|
| D | ChangeLog-9103 | 1064 (DT_PREINIT_ARRAY): New dynamic section tag.
|
| /openbsd/src/libexec/ld.so/ |
| D | resolve.c | 373 if (object->Dyn.info[DT_PREINIT_ARRAY]) in _dl_finalize_object() 374 object->Dyn.info[DT_PREINIT_ARRAY] += obase; in _dl_finalize_object()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 576 #define DT_PREINIT_ARRAY 32 macro
|
| D | ChangeLog-9103 | 1098 (DT_PREINIT_ARRAY): New dynamic section tag.
|
| /openbsd/src/sys/sys/ |
| D | exec_elf.h | 552 #define DT_PREINIT_ARRAY 32 /* address of array of preinit func */ macro
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | DynamicTags.def | 79 DYNAMIC_TAG(PREINIT_ARRAYSZ, 33) // Size of the DT_PREINIT_ARRAY array.
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elflink.c | 4922 if (!_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAY, 0) in bfd_elf_size_dynamic_sections() 7890 case DT_PREINIT_ARRAY: in bfd_elf_final_link()
|
| D | elflink.h | 3451 if (!elf_add_dynamic_entry (info, (bfd_vma) DT_PREINIT_ARRAY, 5898 case DT_PREINIT_ARRAY:
|
| D | elf.c | 1073 case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
|
| D | ChangeLog-0203 | 10004 ".preinit_array" exists, create DT_PREINIT_ARRAY and 10008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
|
| D | ChangeLog-0001 | 7373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elflink.c | 5412 if (!_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAY, 0) in bfd_elf_size_dynamic_sections() 8924 case DT_PREINIT_ARRAY: in bfd_elf_final_link()
|
| D | elf.c | 1236 case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
|
| D | ChangeLog-0203 | 10004 ".preinit_array" exists, create DT_PREINIT_ARRAY and 10008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
|
| D | ChangeLog-0001 | 7373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | SyntheticSections.cpp | 1459 addInt(DT_PREINIT_ARRAY, Out::preinitArray->addr); in computeContents()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | readelf.c | 1774 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_dynamic_type()
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | readelf.c | 1438 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_dynamic_type()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 2349 case DT_PREINIT_ARRAY: in getDynamicEntry()
|