Home
last modified time | relevance | path

Searched refs:DT_PREINIT_ARRAY (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h550 #define DT_PREINIT_ARRAY 32 macro
DChangeLog-91031064 (DT_PREINIT_ARRAY): New dynamic section tag.
/openbsd/src/libexec/ld.so/
Dresolve.c373 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/
Dcommon.h576 #define DT_PREINIT_ARRAY 32 macro
DChangeLog-91031098 (DT_PREINIT_ARRAY): New dynamic section tag.
/openbsd/src/sys/sys/
Dexec_elf.h552 #define DT_PREINIT_ARRAY 32 /* address of array of preinit func */ macro
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDynamicTags.def79 DYNAMIC_TAG(PREINIT_ARRAYSZ, 33) // Size of the DT_PREINIT_ARRAY array.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c4922 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()
Delflink.h3451 if (!elf_add_dynamic_entry (info, (bfd_vma) DT_PREINIT_ARRAY,
5898 case DT_PREINIT_ARRAY:
Delf.c1073 case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-020310004 ".preinit_array" exists, create DT_PREINIT_ARRAY and
10008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
DChangeLog-00017373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delflink.c5412 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()
Delf.c1236 case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-020310004 ".preinit_array" exists, create DT_PREINIT_ARRAY and
10008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
DChangeLog-00017373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.cpp1459 addInt(DT_PREINIT_ARRAY, Out::preinitArray->addr); in computeContents()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c1774 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_dynamic_type()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c1438 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_dynamic_type()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp2349 case DT_PREINIT_ARRAY: in getDynamicEntry()