| /src/tests/kernel/arch/aarch64/ |
| execsp.S | 97 .section .fini_array,"aw",%fini_array
|
| /src/tests/kernel/arch/riscv/ |
| execsp.S | 98 .section .fini_array,"aw"
|
| /src/tests/kernel/arch/arm/ |
| execsp.S | 117 .section .fini_array,"aw",%fini_array
|
| /src/sys/arch/ofppc/stand/ofwboot/ |
| ldscript | 114 .fini_array : { KEEP (*(.fini_array)) }
|
| /src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| crtbegin.S | 62 .section .fini_array, "a"
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| crtbegin.S | 62 .section .fini_array, "a"
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| boot.ldscript | 130 .fini_array : 133 KEEP (*(SORT(.fini_array.*))) 134 KEEP (*(.fini_array))
|
| /src/sys/arch/sbmips/stand/common/ |
| boot.ldscript | 130 .fini_array : 133 KEEP (*(SORT(.fini_array.*))) 134 KEEP (*(.fini_array))
|
| /src/libexec/ld.elf_so/ |
| headers.c | 335 obj->fini_array = 338 obj->fini_array));
|
| rtld.h | 307 /* init_array/fini_array */ 310 fptr_t *fini_array; /* start of fini array */ member in struct:Struct_Obj_Entry
|
| rtld.c | 172 * Now process the fini_array if it exists. Simply go from 178 fptr_t fini = *obj->fini_array++; 212 * XXX the fini() call or the fini_array has completed.
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| configure | 1741 --enable-initfini-array use .init_array/.fini_array sections 24305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5 24306 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; } 24322 /* We turn on .preinit_array/.init_array/.fini_array support for ia64 24373 .section .fini_array.65530,$sh_flags,$sh_type 24385 .section .fini_array.01005,$sh_flags,$sh_type 24399 && $gcc_cv_objdump -s -j .fini_array conftest \ 24406 # decided to only handle .init_array.N/.fini_array.N since 24410 # .init_array/.fini_array, while gld merges them into 24411 # .init_array/.fini_array [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| configure | 1779 --enable-initfini-array use .init_array/.fini_array sections 26291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5 26292 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; } 26308 /* We turn on .preinit_array/.init_array/.fini_array support for ia64 26359 .section .fini_array.65530,$sh_flags,$sh_type 26371 .section .fini_array.01005,$sh_flags,$sh_type 26385 && $gcc_cv_objdump -s -j .fini_array conftest \ 26392 # decided to only handle .init_array.N/.fini_array.N since 26396 # .init_array/.fini_array, while gld merges them into 26397 # .init_array/.fini_array [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| configure | 1575 --disable-initfini-array do not use .init_array/.fini_array sections
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| configure | 1568 --disable-initfini-array do not use .init_array/.fini_array sections
|