Searched refs:__DTOR_LIST__ (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dgbl-ctors.h49 extern func_ptr __DTOR_LIST__[];
H A Dcrtstuff.c160 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
168 refer to only the __CTOR_END__ symbol in crtend.o and the __DTOR_LIST__
193 STATIC func_ptr __DTOR_LIST__[1] variable
197 STATIC func_ptr __DTOR_LIST__[1] variable
200 #endif /* __DTOR_LIST__ alternatives */
255 refers to one particular associated `__DTOR_LIST__' which belongs to the
267 static func_ptr *p = __DTOR_LIST__ + 1;
408 for (p = __DTOR_LIST__ + 1; (f = *p); p++)
H A Dlibgcc2.c2156 static func_ptr *p = __DTOR_LIST__ + 1;
2233 collect ctors and dtors, then we __CTOR_LIST__ and __DTOR_LIST__
2240 func_ptr __DTOR_LIST__[2] = {0, 0};
2243 func_ptr __DTOR_LIST__[2];
2204 func_ptr __DTOR_LIST__[2] = {0, 0}; variable
2207 func_ptr __DTOR_LIST__[2]; variable
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dnetware-crt0.c36 SECTION_DECL(".dtors", void(*const __DTOR_LIST__)(void))
70 static void (* const * pdtor)(void) = &__DTOR_LIST__ + 1;
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Deabi-ci.asm71 .globl __DTOR_LIST__
72 .type __DTOR_LIST__,@object
73 __DTOR_LIST__: label
H A Dsol-ci.asm61 .globl __DTOR_LIST__
62 .type __DTOR_LIST__,@object
63 __DTOR_LIST__: label
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Daof.h70 func_ptr __DTOR_LIST__[1] = {__DTOR_END__};
79 func_ptr *ptr = __DTOR_LIST__ + 1; \
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm37 __DTOR_LIST__: label
48 data8 @gprel(__DTOR_LIST__ + 8)

Completed in 114 milliseconds