Home
last modified time | relevance | path

Searched refs:DT_INIT_ARRAY (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h543 #define DT_INIT_ARRAY 25 macro
/openbsd/libexec/ld.so/
H A Dresolve.c369 if (object->Dyn.info[DT_INIT_ARRAY]) in _dl_finalize_object()
370 object->Dyn.info[DT_INIT_ARRAY] += obase; in _dl_finalize_object()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h569 #define DT_INIT_ARRAY 25 macro
/openbsd/sys/sys/
H A Dexec_elf.h545 #define DT_INIT_ARRAY 25 /* address of array of init func */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def71 DYNAMIC_TAG(INIT_ARRAYSZ, 27) // Size of DT_INIT_ARRAY.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1767 case DT_INIT_ARRAY: return "INIT_ARRAY"; in get_dynamic_type()
6617 case DT_INIT_ARRAY: in process_dynamic_section()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delflink.c4928 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAY, 0) in bfd_elf_size_dynamic_sections()
7893 case DT_INIT_ARRAY: in bfd_elf_final_link()
H A Delflink.h3459 if (!elf_add_dynamic_entry (info, (bfd_vma) DT_INIT_ARRAY,
5901 case DT_INIT_ARRAY:
H A Delf.c1067 case DT_INIT_ARRAY: name = "INIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
H A DChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
H A DChangeLog-020310008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1431 case DT_INIT_ARRAY: return "INIT_ARRAY"; in get_dynamic_type()
5000 case DT_INIT_ARRAY: in process_dynamic_segment()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c5419 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAY, 0) in bfd_elf_size_dynamic_sections()
8927 case DT_INIT_ARRAY: in bfd_elf_final_link()
H A Delf.c1230 case DT_INIT_ARRAY: name = "INIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
H A DChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
H A DChangeLog-020310008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1463 addInt(DT_INIT_ARRAY, Out::initArray->addr); in computeContents()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2347 case DT_INIT_ARRAY: in getDynamicEntry()
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dinstall.texi2240 GCC 3.3 nows uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capability
/openbsd/gnu/gcc/gcc/doc/
H A Dinstall.texi3043 GCC 3.3 uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capabilities to
H A Dgccinstall.info2428 GCC 3.3 uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capabilities to