HomeSort by: relevance | last modified time | path
    Searched defs:__do_global_dtors_aux (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crtbegin.S 63 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
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crtbegin.S 63 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
  /src/lib/csu/arch/x86_64/
crtbegin.S 80 __do_global_dtors_aux: label
156 call __do_global_dtors_aux
  /src/lib/csu/arch/i386/
crtbegin.S 84 __do_global_dtors_aux: label
174 call __do_global_dtors_aux
  /src/lib/csu/arch/sh3/
crtbegin.S 240 __do_global_dtors_aux: label
366 _CALL_INIT_FINI_FUNCTION(__do_global_dtors_aux)
  /src/lib/csu/common/
crtbegin.c 107 static void __do_global_dtors_aux(void) __used;
110 __do_global_dtors_aux(void) function
  /src/external/gpl3/gcc/dist/libgcc/
crtstuff.c 379 __do_global_dtors_aux (void) function
441 /* Stick a call to __do_global_dtors_aux into the .fini section. */
443 CRT_CALL_STATIC_FUNCTION (FINI_SECTION_ASM_OP, __do_global_dtors_aux)
446 __asm__("\t.equ\t__do_global_dtors_aux_alias, __do_global_dtors_aux\n");
454 aligned(__alignof__(func_ptr)))) = { __do_global_dtors_aux };
460 atexit (__do_global_dtors_aux);
  /src/external/gpl3/gcc.old/dist/libgcc/
crtstuff.c 378 __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);

Completed in 25 milliseconds