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

/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Dlynx.h116 static void __do_global_dtors_aux (void) __attribute__ ((longcall));
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm70 data8 @fptr(__do_global_dtors_aux)
87 * Note that we require __do_global_dtors_aux to preserve the GP,
92 movl r2 = @pcrel(__do_global_dtors_aux - 16)
127 .proc __do_global_dtors_aux
128 __do_global_dtors_aux: label
208 .endp __do_global_dtors_aux
/freebsd-10.1-release/contrib/gcc/
H A Dcrtstuff.c264 __do_global_dtors_aux (void) function
306 /* Stick a call to __do_global_dtors_aux into the .fini section. */
308 CRT_CALL_STATIC_FUNCTION (FINI_SECTION_ASM_OP, __do_global_dtors_aux)
312 = { __do_global_dtors_aux };

Completed in 118 milliseconds