Searched refs:__do_global_dtors (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m32r/
H A Dinitfini.c66 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\
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Dinitfini.c66 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\
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/
H A Dinitfini.c66 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\
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/m32r/
H A Dinitfini.c66 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\
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgbl-ctors.h56 extern void __do_global_dtors (void);
H A Dcrtstuff.c546 atexit (__do_global_dtors);
553 extern void __do_global_dtors (void);
556 not an SVR4-style .fini section. __do_global_dtors can be non-static
560 __do_global_dtors (void)
729 atexit (__do_global_dtors);
H A Dlibgcc2.c2306 __do_global_dtors (void)
2344 atexit (__do_global_dtors);
2268 __do_global_dtors (void) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgbl-ctors.h56 extern void __do_global_dtors (void);
H A Dcrtstuff.c546 atexit (__do_global_dtors);
553 extern void __do_global_dtors (void);
556 not an SVR4-style .fini section. __do_global_dtors can be non-static
560 __do_global_dtors (void)
729 atexit (__do_global_dtors);
H A Dlibgcc2.c2399 __do_global_dtors (void)
2437 atexit (__do_global_dtors);
2361 __do_global_dtors (void) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dinitfini.c117 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\
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dinitfini.c117 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\
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dfrvbegin.c112 __do_global_dtors (void) function
135 atexit (__do_global_dtors);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dfrvbegin.c112 __do_global_dtors (void) function
135 atexit (__do_global_dtors);

Completed in 533 milliseconds