Home
last modified time | relevance | path

Searched refs:fini_array (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Darmbpabi.sc231 .fini_array ${RELOCATING-0} :
234 KEEP (*(.fini_array))
235 KEEP (*(SORT(.fini_array.*)))
401 .rel.fini_array 0 : { *(.rel.fini_array) }
402 .rela.fini_array 0 : { *(.rela.fini_array) }
H A Delf32sh-symbian.sc220 .fini_array ${RELOCATING-0} :
223 KEEP (*(.fini_array))
224 KEEP (*(SORT(.fini_array.*)))
H A Delfxtensa.sc366 .fini_array ${RELOCATING-0} :
369 KEEP (*(.fini_array))
370 KEEP (*(SORT(.fini_array.*)))
H A Delf_obsd.sc419 .fini_array ${RELOCATING-0} :
422 KEEP (*(.fini_array))
423 KEEP (*(SORT(.fini_array.*)))
H A Delf.sc419 .fini_array ${RELOCATING-0} :
422 KEEP (*(.fini_array))
423 KEEP (*(SORT(.fini_array.*)))
/openbsd-src/libexec/ld.so/
H A Dloader.c110 if (obj->dyn.fini_array) { in _dl_run_dtors()
115 obj, obj->dyn.fini_array, obj->load_name)); in _dl_run_dtors()
117 (*obj->dyn.fini_array[i-1])(); in _dl_run_dtors()
147 if ((node->dyn.fini || node->dyn.fini_array) && in _dl_run_all_dtors()
161 if ((node->dyn.fini || node->dyn.fini_array) && in _dl_run_all_dtors()
H A Dresolve.h137 initfunc **fini_array; member
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dcrtbegin.asm59 .section .fini_array,"a","progbits"
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dcrtbegin.asm69 .section .fini_array, "a"
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Delfxtensa.sc303 .fini_array ${RELOCATING-0} : { *(.fini_array) }
H A Delf.sc317 .fini_array ${RELOCATING-0} : { *(.fini_array) }
/openbsd-src/gnu/gcc/fixincludes/
H A Daclocal.m4543 [ --enable-initfini-array use .init_array/.fini_array sections],
545 AC_CACHE_CHECK(for .preinit_array/.init_array/.fini_array support,
558 [Define .init_array/.fini_array sections are available and working.])
/openbsd-src/gnu/llvm/lld/docs/ELF/
H A Dlinker_script.rst69 - Sort ``.ctors.*``/``.dtors.*``/``.init_array.*``/``.fini_array.*`` and
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-2005223 * scripttempl/elf.sc: Add .init_array.* and .fini_array.*.
1410 .rel.fini_array.
1411 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
1683 Put .init_array, .fini_array, etc. into the read-only data
H A DChangeLog-2004467 .fini_array sections.
H A DChangeLog-02033064 .fini_array in the data segment.
3073 .init_array, and .fini_array.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconfig.in504 /* Define .init_array/.fini_array sections are available and working. */
H A Daclocal.m41433 [AC_CACHE_CHECK(for .preinit_array/.init_array/.fini_array support,
1455 [Define .init_array/.fini_array sections are available and working.])
H A Dconfigure4850 echo $ac_n "checking for .preinit_array/.init_array/.fini_array support""... $ac_c" 1>&6
4851 echo "configure:4852: checking for .preinit_array/.init_array/.fini_array support" >&5
H A Dconfigure.in785 [ --enable-initfini-array use .init_array/.fini_array sections],
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20041262 fini_array and preinit_array section types.
1264 and fini_array.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-02033064 .fini_array in the data segment.
3073 .init_array, and .fini_array.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-02039975 .init_array, .fini_array and .preinit_array.
9980 .fini_array and .preinit_array. Complain about .preinit_array
9983 .fini_array and .preinit_array sections.
9987 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
10006 ".init_array" and ".fini_array".
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-02039975 .init_array, .fini_array and .preinit_array.
9980 .fini_array and .preinit_array. Complain about .preinit_array
9983 .fini_array and .preinit_array sections.
9987 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
10006 ".init_array" and ".fini_array".
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinstall.texi744 Force the use of sections @code{.init_array} and @code{.fini_array}
749 @code{.fini_array} sections are supported and, if they are, use them.

12