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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m32r/
H A Dinitfini.c131 static void __do_global_ctors (void)
132 asm ("__do_global_ctors") __attribute__ ((used, section (".text")));
135 __do_global_ctors (void) function
148 bl __do_global_ctors\n\
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Dinitfini.c125 static void __do_global_ctors (void)
126 asm ("__do_global_ctors") __attribute__ ((section (".text")));
129 __do_global_ctors (void) function
141 bl.nd __do_global_ctors\n\
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/
H A Dinitfini.c125 static void __do_global_ctors (void)
126 asm ("__do_global_ctors") __attribute__ ((section (".text")));
129 __do_global_ctors (void) function
141 bl.nd __do_global_ctors\n\
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/m32r/
H A Dinitfini.c131 static void __do_global_ctors (void)
132 asm ("__do_global_ctors") __attribute__ ((used, section (".text")));
135 __do_global_ctors (void) function
148 bl __do_global_ctors\n\
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgbl-ctors.h52 extern void __do_global_ctors (void);
H A Dcrtstuff.c515 error. Here, we define __do_global_ctors as an externally callable
522 __do_global_ctors (void)
525 /* If __main won't actually call __do_global_ctors then it doesn't matter
577 /* A helper function for __do_global_ctors, which is in crtend.o. Here
739 extern void __do_global_ctors (void);
742 not an SVR4-style .init section. __do_global_ctors can be non-static
745 __do_global_ctors (void)
H A Dlibgcc2.c2335 __do_global_ctors (void)
2353 For many systems, this routine calls __do_global_ctors.
2355 to run __do_global_ctors, so we need not do anything here. */
2366 __do_global_ctors ();
2297 __do_global_ctors (void) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgbl-ctors.h52 extern void __do_global_ctors (void);
H A Dcrtstuff.c515 error. Here, we define __do_global_ctors as an externally callable
522 __do_global_ctors (void)
525 /* If __main won't actually call __do_global_ctors then it doesn't matter
577 /* A helper function for __do_global_ctors, which is in crtend.o. Here
739 extern void __do_global_ctors (void);
742 not an SVR4-style .init section. __do_global_ctors can be non-static
745 __do_global_ctors (void)
H A Dlibgcc2.c2428 __do_global_ctors (void)
2446 For many systems, this routine calls __do_global_ctors.
2448 to run __do_global_ctors, so we need not do anything here. */
2459 __do_global_ctors ();
2390 __do_global_ctors (void) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dinitfini.c194 static void __do_global_ctors (void)
195 asm ("__do_global_ctors") __attribute__ ((section (".text"), used));
198 __do_global_ctors (void) function
210 ! 1. call __do_global_ctors\n\
213 j __do_global_ctors\n\
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dinitfini.c194 static void __do_global_ctors (void)
195 asm ("__do_global_ctors") __attribute__ ((section (".text"), used));
198 __do_global_ctors (void) function
210 ! 1. call __do_global_ctors\n\
213 j __do_global_ctors\n\
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dfrvbegin.c124 __do_global_ctors (void) function
142 For many systems, this routine calls __do_global_ctors.
144 to run __do_global_ctors, so we need not do anything here. */
154 __do_global_ctors ();
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dfrvbegin.c124 __do_global_ctors (void) function
142 For many systems, this routine calls __do_global_ctors.
144 to run __do_global_ctors, so we need not do anything here. */
154 __do_global_ctors ();

Completed in 203 milliseconds