/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 543 #define DT_INIT_ARRAY 25 macro
|
/openbsd/libexec/ld.so/ |
H A D | resolve.c | 369 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 D | common.h | 569 #define DT_INIT_ARRAY 25 macro
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 545 #define DT_INIT_ARRAY 25 /* address of array of init func */ macro
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 71 DYNAMIC_TAG(INIT_ARRAYSZ, 27) // Size of DT_INIT_ARRAY.
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 1767 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 D | elflink.c | 4928 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 D | elflink.h | 3459 if (!elf_add_dynamic_entry (info, (bfd_vma) DT_INIT_ARRAY, 5901 case DT_INIT_ARRAY:
|
H A D | elf.c | 1067 case DT_INIT_ARRAY: name = "INIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-0001 | 7372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
|
H A D | ChangeLog-0203 | 10008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 1431 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 D | elflink.c | 5419 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 D | elf.c | 1230 case DT_INIT_ARRAY: name = "INIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-0001 | 7372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
|
H A D | ChangeLog-0203 | 10008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 1463 addInt(DT_INIT_ARRAY, Out::initArray->addr); in computeContents()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2347 case DT_INIT_ARRAY: in getDynamicEntry()
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | install.texi | 2240 GCC 3.3 nows uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capability
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | install.texi | 3043 GCC 3.3 uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capabilities to
|
H A D | gccinstall.info | 2428 GCC 3.3 uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capabilities to
|