Home
last modified time | relevance | path

Searched refs:__do_global_dtors_aux (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/
Dcrtbegin.S63 data8 @fptr(__do_global_dtors_aux)
84 movl r2 = @pcrel(__do_global_dtors_aux - 16)
101 .proc __do_global_dtors_aux label
102 __do_global_dtors_aux: label
182 .endp __do_global_dtors_aux
/netbsd/src/lib/csu/arch/vax/
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/src/external/gpl3/gcc/dist/libgcc/
Dcrtstuff.c378 __do_global_dtors_aux (void) in __do_global_dtors_aux() function
442 CRT_CALL_STATIC_FUNCTION (FINI_SECTION_ASM_OP, __do_global_dtors_aux) in CRT_CALL_STATIC_FUNCTION() argument
453 aligned(__alignof__(func_ptr)))) = { __do_global_dtors_aux };
459 atexit (__do_global_dtors_aux);
DChangeLog1651 * crtstuff.c (__do_global_dtors_aux): Only call __cxa_finalize if
1736 * crtstuff.c (__do_global_dtors_aux): Check if USE_EH_FRAME_REGISTRY is
1741 * crtstuff.c (__do_global_dtors_aux): Wrap in #if so it's only defined
5644 * crtstuff.c (__do_global_dtors_aux) [HIDDEN_DTOR_LIST_END]: Use
9089 (__do_global_dtors_aux, frame_dummy): Use them.
9109 (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
/netbsd/src/lib/csu/common/
Dcrtbegin.c107 static void __do_global_dtors_aux(void) __used;
110 __do_global_dtors_aux(void) in __do_global_dtors_aux() function
/netbsd/src/lib/csu/arch/x86_64/
Dcrtbegin.S80 __do_global_dtors_aux: label
156 call __do_global_dtors_aux
/netbsd/src/lib/csu/arch/i386/
Dcrtbegin.S84 __do_global_dtors_aux: label
174 call __do_global_dtors_aux
/netbsd/src/lib/csu/arch/aarch64/
Dcrtbegin.h34 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
/netbsd/src/lib/csu/arch/earm/
Dcrtbegin.h33 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dlynx.h100 static void __do_global_dtors_aux (void) __attribute__ ((longcall));
/netbsd/src/lib/csu/arch/sh3/
Dcrtbegin.S240 __do_global_dtors_aux: label
366 _CALL_INIT_FINI_FUNCTION(__do_global_dtors_aux)
/netbsd/src/lib/csu/
DREADME91 helper functions __do_global_ctors_aux/__do_global_dtors_aux.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200113137 * config/ia64/crtbegin.asm (__do_global_dtors_aux): Use saved
13400 (__do_global_dtors_aux): Update to match.
14588 (__do_global_dtors_aux): Use gp-relative static data to avoid
22099 * crtstuff.c (__do_global_dtors_aux): Call it if we would have
22160 (__do_global_dtors_aux, __do_global_dtors): Streamline.
DChangeLog-200018609 (__do_global_dtors_aux): Preserve the gp; rebundle.
28282 (__do_global_dtors_aux): ... here. Call __cxa_finalize if
DFSFChangeLog.119547 * crtstuff.c (__do_global_dtors_aux): Allow finalization code to
DChangeLog-200321062 * crtstuff.c (__do_global_dtors_aux): Remove usage of
28073 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
DChangeLog-199918507 (__do_global_dtors_aux): Check if __deregister_frame_info is
DChangeLog-200721454 (__do_global_dtors_aux): Use more paranoid loop to run
DChangeLog-200912174 * crtstuff.c (__do_global_dtors_aux): Use atexit if no
DChangeLog-200510938 __do_global_dtors_aux longcall.
DChangeLog-200233322 (__do_global_dtors_aux): Mark used.
DChangeLog-20114163 (__do_global_dtors_aux): Deregister clone table.