Searched refs:__CTOR_LIST__ (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgbl-ctors.h48 extern func_ptr __CTOR_LIST__[];
78 unsigned long nptrs = (unsigned long) __CTOR_LIST__[0]; \
81 for (nptrs = 0; __CTOR_LIST__[nptrs + 1] != 0; nptrs++); \
83 __CTOR_LIST__[i] (); \
H A Dcrtstuff.c160 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
177 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
180 STATIC func_ptr __CTOR_LIST__[1] variable
184 STATIC func_ptr __CTOR_LIST__[1] variable
187 #endif /* __CTOR_LIST__ alternatives */
458 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
H A Dlibgcc2.c2140 /* Some ELF crosses use crtstuff.c to provide __CTOR_LIST__, but use this
2233 collect ctors and dtors, then we __CTOR_LIST__ and __DTOR_LIST__
2239 func_ptr __CTOR_LIST__[2] = {0, 0};
2242 func_ptr __CTOR_LIST__[2];
2203 func_ptr __CTOR_LIST__[2] = {0, 0}; variable
2206 func_ptr __CTOR_LIST__[2]; variable
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dnetware-crt0.c32 SECTION_DECL(".ctors", void(*const __CTOR_LIST__)(void))
58 for (pctor = &__CTOR_END__ - 1; pctor > &__CTOR_LIST__; --pctor)
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Deabi-ci.asm66 .globl __CTOR_LIST__
67 .type __CTOR_LIST__,@object
68 __CTOR_LIST__: label
H A Dsol-ci.asm55 .globl __CTOR_LIST__
56 .type __CTOR_LIST__,@object
57 __CTOR_LIST__: label
H A Deabi.asm97 .long __CTOR_LIST__ /* start of .ctor section */
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Daof.h51 func_ptr __CTOR_LIST__[1] = {__CTOR_END__};
60 func_ptr *ptr = __CTOR_LIST__ + 1; \
/freebsd-10.1-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc72 ${CONSTRUCTING+ __CTOR_LIST__ = .;}
73 ${CONSTRUCTING+ LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2)}
/freebsd-10.1-release/sys/boot/arm/uboot/
H A Dldscript.arm66 PROVIDE (__CTOR_LIST__ = .);
/freebsd-10.1-release/sys/boot/powerpc/ofw/
H A Dldscript.powerpc69 PROVIDE (__CTOR_LIST__ = .);
/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dldscript.powerpc74 PROVIDE (__CTOR_LIST__ = .);
/freebsd-10.1-release/sys/boot/powerpc/uboot/
H A Dldscript.powerpc69 PROVIDE (__CTOR_LIST__ = .);
/freebsd-10.1-release/sys/conf/
H A Dldscript.powerpc74 PROVIDE (__CTOR_LIST__ = .);
H A Dldscript.powerpc6478 PROVIDE (__CTOR_LIST__ = .);
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm32 __CTOR_LIST__: label

Completed in 471 milliseconds