Searched refs:__do_global_ctors_aux (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/lib/csu/arch/aarch64/
H A Dcrtbegin.h32 static void __do_global_ctors_aux(void) __attribute__((__constructor__)) __used;
/netbsd-current/lib/csu/arch/or1k/
H A Dcrtbegin.h32 static void __do_global_ctors_aux(void) __attribute__((__constructor__)) __used;
/netbsd-current/lib/csu/arch/riscv/
H A Dcrtbegin.h32 static void __do_global_ctors_aux(void) __attribute__((__constructor__)) __used;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dcrtend.S38 .global __do_global_ctors_aux
39 .hidden __do_global_ctors_aux
51 * Note that we require __do_global_ctors_aux to preserve the GP,
56 movl r2 = @pcrel(__do_global_ctors_aux - 16)
73 .proc __do_global_ctors_aux
74 __do_global_ctors_aux: label
116 .endp __do_global_ctors_aux
H A Dcrtbegin.S66 data8 @fptr(__do_global_ctors_aux)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dcrtend.S38 .global __do_global_ctors_aux
39 .hidden __do_global_ctors_aux
51 * Note that we require __do_global_ctors_aux to preserve the GP,
56 movl r2 = @pcrel(__do_global_ctors_aux - 16)
73 .proc __do_global_ctors_aux
74 __do_global_ctors_aux: label
116 .endp __do_global_ctors_aux
H A Dcrtbegin.S66 data8 @fptr(__do_global_ctors_aux)
/netbsd-current/lib/csu/arch/earm/
H A Dcrtbegin.h31 static void __do_global_ctors_aux(void) __attribute__((__constructor__)) __used;
/netbsd-current/lib/csu/arch/vax/
H A Dcrtbegin.S133 .hidden __do_global_ctors_aux
135 _ENTRY(__do_global_ctors_aux, R8)
175 END(__do_global_ctors_aux)
180 calls $0, __do_global_ctors_aux
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dlynx.h109 static void __do_global_ctors_aux (void) __attribute__ ((longcall));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dpa64-hpux-lib.h32 The first hack is to implement __do_global_ctors_aux in crtbegin as
49 The order is significant. Placing __do_global_ctors_aux first in
67 __do_global_ctors_aux (void) \
78 asm (".dword P%__do_global_ctors_aux"); \
82 asm (".dword P%__do_global_ctors_aux"); \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dlynx.h108 static void __do_global_ctors_aux (void) __attribute__ ((longcall));
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dpa64-hpux-lib.h32 The first hack is to implement __do_global_ctors_aux in crtbegin as
49 The order is significant. Placing __do_global_ctors_aux first in
67 __do_global_ctors_aux (void) \
78 asm (".dword P%__do_global_ctors_aux"); \
82 asm (".dword P%__do_global_ctors_aux"); \
/netbsd-current/lib/csu/common/
H A Dcrtbegin.c70 static void __do_global_ctors_aux(void) __used;
73 __do_global_ctors_aux(void) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dcrtstuff.c513 /* The function __do_global_ctors_aux is compiled twice (once in crtbegin.o
520 static void __do_global_ctors_aux (void);
526 what's inside the function. The inside of __do_global_ctors_aux is
529 __do_global_ctors_aux ();
541 __do_global_ctors_aux (void) /* prologue goes in .init section */
692 __do_global_ctors_aux (void)
699 /* Stick a call to __do_global_ctors_aux into the .init section. */
700 CRT_CALL_STATIC_FUNCTION (__LIBGCC_INIT_SECTION_ASM_OP__, __do_global_ctors_aux)
725 __do_global_ctors_aux (void) /* prologue goes in .text section */
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dcrtstuff.c513 /* The function __do_global_ctors_aux is compiled twice (once in crtbegin.o
520 static void __do_global_ctors_aux (void);
526 what's inside the function. The inside of __do_global_ctors_aux is
529 __do_global_ctors_aux ();
541 __do_global_ctors_aux (void) /* prologue goes in .init section */
692 __do_global_ctors_aux (void)
699 /* Stick a call to __do_global_ctors_aux into the .init section. */
700 CRT_CALL_STATIC_FUNCTION (__LIBGCC_INIT_SECTION_ASM_OP__, __do_global_ctors_aux)
725 __do_global_ctors_aux (void) /* prologue goes in .text section */
/netbsd-current/lib/csu/arch/x86_64/
H A Dcrtbegin.S116 __do_global_ctors_aux: label
154 call __do_global_ctors_aux
/netbsd-current/lib/csu/arch/i386/
H A Dcrtbegin.S126 __do_global_ctors_aux: label
172 call __do_global_ctors_aux
/netbsd-current/lib/csu/arch/sh3/
H A Dcrtbegin.S98 __do_global_ctors_aux: label
363 _CALL_INIT_FINI_FUNCTION(__do_global_ctors_aux)

Completed in 344 milliseconds