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

/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dnetware-crt0.c38 SECTION_DECL(".dtors$_", void(*const __DTOR_END__)(void)) = NULL;
72 while (pdtor < &__DTOR_END__)
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Deabi-cn.asm69 .globl __DTOR_END__
70 .type __DTOR_END__,@object
71 __DTOR_END__: label
H A Dsol-cn.asm57 .globl __DTOR_END__
58 .type __DTOR_END__,@object
59 __DTOR_END__: label
H A Deabi.asm106 .long __DTOR_END__ /* end of .dtor section */
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Daof.h69 extern func_ptr __DTOR_END__[1]; \
70 func_ptr __DTOR_LIST__[1] = {__DTOR_END__};
74 func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dcrtend.asm37 __DTOR_END__: label
/freebsd-10.1-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc78 ${CONSTRUCTING+ LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)}
81 ${CONSTRUCTING+ __DTOR_END__ = .;}
/freebsd-10.1-release/contrib/gcc/
H A Dcrtstuff.c161 __DTOR_END__ } per root executable and also one set of these symbols
474 STATIC func_ptr __DTOR_END__[1]
478 STATIC func_ptr __DTOR_END__[1]
/freebsd-10.1-release/sys/boot/arm/uboot/
H A Dldscript.arm71 PROVIDE (__DTOR_END__ = .);
/freebsd-10.1-release/sys/boot/powerpc/ofw/
H A Dldscript.powerpc74 PROVIDE (__DTOR_END__ = .);
/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dldscript.powerpc79 PROVIDE (__DTOR_END__ = .);
/freebsd-10.1-release/sys/boot/powerpc/uboot/
H A Dldscript.powerpc74 PROVIDE (__DTOR_END__ = .);
/freebsd-10.1-release/sys/conf/
H A Dldscript.powerpc79 PROVIDE (__DTOR_END__ = .);
H A Dldscript.powerpc6483 PROVIDE (__DTOR_END__ = .);

Completed in 80 milliseconds