Searched refs:__do_global_dtors_aux (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/lib/csu/arch/aarch64/
H A Dcrtbegin.h34 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
/netbsd-current/lib/csu/arch/or1k/
H A Dcrtbegin.h34 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
/netbsd-current/lib/csu/arch/riscv/
H A Dcrtbegin.h34 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
/netbsd-current/lib/csu/arch/earm/
H A Dcrtbegin.h33 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
/netbsd-current/lib/csu/arch/vax/
H A Dcrtbegin.S83 .hidden __do_global_dtors_aux
85 _ENTRY(__do_global_dtors_aux, R8)
125 END(__do_global_dtors_aux)
182 calls $0, __do_global_dtors_aux
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dlynx.h101 static void __do_global_dtors_aux (void) __attribute__ ((longcall));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dlynx.h100 static void __do_global_dtors_aux (void) __attribute__ ((longcall));
/netbsd-current/lib/csu/common/
H A Dcrtbegin.c107 static void __do_global_dtors_aux(void) __used;
110 __do_global_dtors_aux(void) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dcrtbegin.S63 data8 @fptr(__do_global_dtors_aux)
79 * Note that we require __do_global_dtors_aux to preserve the GP,
84 movl r2 = @pcrel(__do_global_dtors_aux - 16)
101 .proc __do_global_dtors_aux
102 __do_global_dtors_aux: label
182 .endp __do_global_dtors_aux
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dcrtbegin.S63 data8 @fptr(__do_global_dtors_aux)
79 * Note that we require __do_global_dtors_aux to preserve the GP,
84 movl r2 = @pcrel(__do_global_dtors_aux - 16)
101 .proc __do_global_dtors_aux
102 __do_global_dtors_aux: label
182 .endp __do_global_dtors_aux
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmapdir.s10 .word __do_global_dtors_aux
H A Dmapdir.d23 0+00 \*UND\* 00000000 __do_global_dtors_aux
/netbsd-current/lib/csu/arch/x86_64/
H A Dcrtbegin.S80 __do_global_dtors_aux: label
156 call __do_global_dtors_aux
/netbsd-current/lib/csu/arch/i386/
H A Dcrtbegin.S84 __do_global_dtors_aux: label
174 call __do_global_dtors_aux
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dcrtstuff.c378 __do_global_dtors_aux (void) function
440 /* Stick a call to __do_global_dtors_aux into the .fini section. */
442 CRT_CALL_STATIC_FUNCTION (FINI_SECTION_ASM_OP, __do_global_dtors_aux)
445 __asm__("\t.equ\t__do_global_dtors_aux_alias, __do_global_dtors_aux\n");
453 aligned(__alignof__(func_ptr)))) = { __do_global_dtors_aux };
459 atexit (__do_global_dtors_aux);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dcrtstuff.c378 __do_global_dtors_aux (void) function
440 /* Stick a call to __do_global_dtors_aux into the .fini section. */
442 CRT_CALL_STATIC_FUNCTION (FINI_SECTION_ASM_OP, __do_global_dtors_aux)
445 __asm__("\t.equ\t__do_global_dtors_aux_alias, __do_global_dtors_aux\n");
453 aligned(__alignof__(func_ptr)))) = { __do_global_dtors_aux };
459 atexit (__do_global_dtors_aux);
/netbsd-current/lib/csu/arch/sh3/
H A Dcrtbegin.S240 __do_global_dtors_aux: label
366 _CALL_INIT_FINI_FUNCTION(__do_global_dtors_aux)

Completed in 190 milliseconds