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

  /src/external/gpl3/gcc/dist/libgcc/config/arc/
initfini.c 66 static void __do_global_dtors (void)
67 asm ("__do_global_dtors") __attribute__ ((section (".text")));
70 __do_global_dtors (void) function
103 bl.nd __do_global_dtors\n\
  /src/external/gpl3/gcc/dist/libgcc/config/m32r/
initfini.c 66 static void __do_global_dtors (void)
67 asm ("__do_global_dtors") __attribute__ ((used, section (".text")));
70 __do_global_dtors (void) function
106 bl __do_global_dtors\n\
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
initfini.c 66 static void __do_global_dtors (void)
67 asm ("__do_global_dtors") __attribute__ ((section (".text")));
70 __do_global_dtors (void) function
103 bl.nd __do_global_dtors\n\
  /src/external/gpl3/gcc.old/dist/libgcc/config/m32r/
initfini.c 66 static void __do_global_dtors (void)
67 asm ("__do_global_dtors") __attribute__ ((used, section (".text")));
70 __do_global_dtors (void) function
106 bl __do_global_dtors\n\
  /src/external/gpl3/gcc/dist/libgcc/config/frv/
frvbegin.c 112 __do_global_dtors (void) function
136 atexit (__do_global_dtors);
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
initfini.c 117 static void __do_global_dtors (void)
118 asm ("__do_global_dtors") __attribute__ ((section (".text"), used));
121 __do_global_dtors (void) function
152 ! 4. call __do_global_dtors\n\
153 j __do_global_dtors\n\
  /src/external/gpl3/gcc.old/dist/libgcc/config/frv/
frvbegin.c 112 __do_global_dtors (void) function
135 atexit (__do_global_dtors);
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
initfini.c 117 static void __do_global_dtors (void)
118 asm ("__do_global_dtors") __attribute__ ((section (".text"), used));
121 __do_global_dtors (void) function
152 ! 4. call __do_global_dtors\n\
153 j __do_global_dtors\n\
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.c 3144 __do_global_dtors (void)
3182 atexit (__do_global_dtors);
3105 __do_global_dtors (void) function
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c 2399 __do_global_dtors (void)
2437 atexit (__do_global_dtors);
2361 __do_global_dtors (void) function

Completed in 34 milliseconds