Searched refs:__CTOR_LIST__ (Results 26 - 36 of 36) sorted by relevance

12

/netbsd-current/lib/csu/arch/x86_64/
H A Dcrtbegin.S37 __CTOR_LIST__: label
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Deabi.S86 .long __CTOR_LIST__ /* start of .ctor section */
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Deabi.S86 .long __CTOR_LIST__ /* start of .ctor section */
/netbsd-current/lib/csu/arch/i386/
H A Dcrtbegin.S37 __CTOR_LIST__: label
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dcrtbegin.S29 __CTOR_LIST__: label
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dcrtbegin.S29 __CTOR_LIST__: label
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dcrtstuff.c214 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
234 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
237 STATIC func_ptr __CTOR_LIST__[1] variable
241 STATIC func_ptr __CTOR_LIST__[1] variable
244 #endif /* __CTOR_LIST__ alternatives */
615 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
H A Dlibgcc2.c2290 /* Some ELF crosses use crtstuff.c to provide __CTOR_LIST__, but use this
2388 collect ctors and dtors, then we __CTOR_LIST__ and __DTOR_LIST__
2394 func_ptr __CTOR_LIST__[2] = {0, 0};
2397 func_ptr __CTOR_LIST__[2];
2355 func_ptr __CTOR_LIST__[2] = {0, 0}; variable
2358 func_ptr __CTOR_LIST__[2]; variable
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dcrtstuff.c214 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
234 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
237 STATIC func_ptr __CTOR_LIST__[1] variable
241 STATIC func_ptr __CTOR_LIST__[1] variable
244 #endif /* __CTOR_LIST__ alternatives */
615 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
H A Dlibgcc2.c2383 /* Some ELF crosses use crtstuff.c to provide __CTOR_LIST__, but use this
2481 collect ctors and dtors, then we __CTOR_LIST__ and __DTOR_LIST__
2487 func_ptr __CTOR_LIST__[2] = {0, 0};
2490 func_ptr __CTOR_LIST__[2];
2448 func_ptr __CTOR_LIST__[2] = {0, 0}; variable
2451 func_ptr __CTOR_LIST__[2]; variable
/netbsd-current/sys/kern/
H A Dsubr_asan.c129 extern Elf_Addr __CTOR_LIST__, __CTOR_END__;
133 nentries = ((size_t)&__CTOR_END__ - (size_t)&__CTOR_LIST__) /
136 ptr = &__CTOR_LIST__;

Completed in 156 milliseconds

12