Home
last modified time | relevance | path

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

123

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dacinclude.m4281 [ --enable-initfini-array use .init_array/.fini_array sections],
283 AC_CACHE_CHECK(for .preinit_array/.init_array/.fini_array support,
292 /* We turn on .preinit_array/.init_array/.fini_array support for ia64
335 .section .fini_array.65530,$sh_flags,$sh_type
347 .section .fini_array.01005,$sh_flags,$sh_type
361 && $gcc_cv_objdump -s -j .fini_array conftest \
368 # decided to only handle .init_array.N/.fini_array.N since
372 # .init_array/.fini_array, while gld merges them into
373 # .init_array/.fini_array.
375 .section $sh_quote.fini_array.65530$sh_quote,$sh_flags,$sh_type
[all …]
Dconfigure24285 /* We turn on .preinit_array/.init_array/.fini_array support for ia64
24336 .section .fini_array.65530,$sh_flags,$sh_type
24348 .section .fini_array.01005,$sh_flags,$sh_type
24362 && $gcc_cv_objdump -s -j .fini_array conftest \
24376 .section $sh_quote.fini_array.65530$sh_quote,$sh_flags,$sh_type
24382 .section $sh_quote.fini_array.01005$sh_quote,$sh_flags,$sh_type
24396 && $gcc_cv_objdump -s -j .fini_array conftest \
24418 /* Solaris ld.so.1 supports .init_array/.fini_array since Solaris 8. */
/netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/
Dpru.sc93 .rel.fini_array ${RELOCATING-0} : { *(.rel.fini_array) }
94 .rela.fini_array ${RELOCATING-0} : { *(.rela.fini_array) }
137 ${CONSTRUCTING+ KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))}
138 ${CONSTRUCTING+ KEEP (*(.fini_array))}
Dnds32elf.sc190 SORT_FINI_ARRAY="KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))"
195 SORT_FINI_ARRAY="KEEP (*(SORT(.fini_array.*)))"
206 FINI_ARRAY=".fini_array ${RELOCATING-0} :
210 KEEP (*(.fini_array ${DTORS_IN_FINI_ARRAY}))
Delf32msp430.sc224 KEEP (*(.fini_array))
225 KEEP (*(SORT(.fini_array.*)))
Delfarc.sc128 FINI_ARRAY=".fini_array ${RELOCATING-0} :
131 KEEP (*(SORT(.fini_array.*)))
132 KEEP (*(.fini_array))
Delf64bpf.sc250 SORT_FINI_ARRAY="KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))"
255 SORT_FINI_ARRAY="KEEP (*(SORT(.fini_array.*)))"
272 FINI_ARRAY=".fini_array :
276 KEEP (*(.fini_array ${DTORS_IN_FINI_ARRAY}))
Darclinux.sc247 SORT_FINI_ARRAY="KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))"
252 SORT_FINI_ARRAY="KEEP (*(SORT(.fini_array.*)))"
263 FINI_ARRAY=".fini_array ${RELOCATING-0} :
267 KEEP (*(.fini_array ${DTORS_IN_FINI_ARRAY}))
Delf.sc273 SORT_FINI_ARRAY="KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))"
278 SORT_FINI_ARRAY="KEEP (*(SORT(.fini_array.*)))"
295 FINI_ARRAY=".fini_array :
299 KEEP (*(.fini_array ${DTORS_IN_FINI_ARRAY}))
Delfxtensa.sc232 FINI_ARRAY=".fini_array ${RELOCATING-0} :
235 KEEP (*(SORT(.fini_array.*)))
236 KEEP (*(.fini_array))
Delf64hppa.sc215 FINI_ARRAY=".fini_array ${RELOCATING-0} :
218 KEEP (*(SORT(.fini_array.*)))
219 KEEP (*(.fini_array))
Depiphany_4x4.sc537 .fini_array ${RELOCATING-0} :
540 KEEP (*(.fini_array))
541 ${RELOCATING+KEEP (*(SORT(.fini_array.*)))}
Dmep.sc352 .fini_array ${RELOCATING-0} : { KEEP (*(.fini_array)) }
/netbsd/src/sys/arch/sbmips/stand/common/
Dboot.ldscript130 .fini_array :
133 KEEP (*(SORT(.fini_array.*)))
134 KEEP (*(.fini_array))
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/
Dcrtbegin.S62 .section .fini_array, "a"
/netbsd/src/libexec/ld.elf_so/
Dheaders.c335 obj->fini_array = in _rtld_digest_dynamic()
338 obj->fini_array)); in _rtld_digest_dynamic()
Drtld.h309 fptr_t *fini_array; /* start of fini array */ member
Drtld.c177 fptr_t fini = *obj->fini_array++; in _rtld_call_fini_function()
/netbsd/src/sys/arch/ofppc/stand/ofwboot/
Dldscript114 .fini_array : { KEEP (*(.fini_array)) }
/netbsd/src/external/gpl3/binutils/dist/ld/
Dconfigure.ac312 [ --disable-initfini-array do not use .init_array/.fini_array sections],
320 [Define .init_array/.fini_array sections are available and working.])
Dconfig.in130 /* Define .init_array/.fini_array sections are available and working. */
DChangeLog-20101222 .fini_array.* when do relocatable linking.
1230 * scripttempl/elf.sc (.fini_array): Place input .fini_array after
1231 .fini_array.*.
DChangeLog-2013590 * scripttempl/elf.sc (.init_array, .fini_array): Don't sort all
591 .init_array/.fini_array input sections before .ctors/.dtors input
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
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dmsp430.em875 { ".fini_array", "__fini_array_start" } };

123