Home
last modified time | relevance | path

Searched refs:__DTOR_LIST__ (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-9-stable/contrib/gcc/config/rs6000/
Deabi-ci.asm71 .globl __DTOR_LIST__
72 .type __DTOR_LIST__,@object
73 __DTOR_LIST__: label
Dsol-ci.asm61 .globl __DTOR_LIST__
62 .type __DTOR_LIST__,@object
63 __DTOR_LIST__: label
Deabi.asm103 .long __DTOR_LIST__ /* start of .dtor section */
/freebsd-9-stable/contrib/gcc/
Dcrtstuff.c193 STATIC func_ptr __DTOR_LIST__[1] variable
197 STATIC func_ptr __DTOR_LIST__[1] variable
267 static func_ptr *p = __DTOR_LIST__ + 1; in __do_global_dtors_aux()
408 for (p = __DTOR_LIST__ + 1; (f = *p); p++)
Dgbl-ctors.h49 extern func_ptr __DTOR_LIST__[];
Dlibgcc2.c2097 static func_ptr *p = __DTOR_LIST__ + 1;
2180 func_ptr __DTOR_LIST__[2] = {0, 0};
2183 func_ptr __DTOR_LIST__[2];
DChangeLog-19995531 (__do_global_dtors): similarly for __DTOR_LIST__.
17083 * libgcc2.c (__CTOR_LIST__, __DTOR_LIST__): Initialize on all
/freebsd-9-stable/contrib/gcc/config/i386/
Dnetware-crt0.c36 SECTION_DECL(".dtors", void(*const __DTOR_LIST__)(void))
70 static void (* const * pdtor)(void) = &__DTOR_LIST__ + 1; in __deinit_environment()
/freebsd-9-stable/contrib/gcc/config/arm/
Daof.h69 func_ptr __DTOR_LIST__[1] = {__DTOR_END__};
78 func_ptr *ptr = __DTOR_LIST__ + 1; \
/freebsd-9-stable/contrib/gcc/config/ia64/
Dcrtbegin.asm37 __DTOR_LIST__: label
48 data8 @gprel(__DTOR_LIST__ + 8)
/freebsd-9-stable/contrib/binutils/ld/scripttempl/
Dnw.sc77 ${CONSTRUCTING+ __DTOR_LIST__ = .;}
78 ${CONSTRUCTING+ LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)}
Darmcoff.sc41 ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
Dpep.sc68 ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
Dpe.sc68 ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
Dppcpe.sc38 ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
/freebsd-9-stable/sys/boot/powerpc/ps3/
Dldscript.powerpc77 PROVIDE (__DTOR_LIST__ = .);
/freebsd-9-stable/sys/boot/powerpc/uboot/
Dldscript.powerpc72 PROVIDE (__DTOR_LIST__ = .);
/freebsd-9-stable/sys/conf/
Dldscript.powerpc6481 PROVIDE (__DTOR_LIST__ = .);
Dldscript.powerpc77 PROVIDE (__DTOR_LIST__ = .);
/freebsd-9-stable/sys/boot/arm/uboot/
Dldscript.arm69 PROVIDE (__DTOR_LIST__ = .);
/freebsd-9-stable/sys/boot/powerpc/ofw/
Dldscript.powerpc72 PROVIDE (__DTOR_LIST__ = .);
/freebsd-9-stable/contrib/binutils/ld/
Dldint.texinfo385 $@{CONSTRUCTING+ __DTOR_LIST__ = .;@}
386 $@{CONSTRUCTING+ LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)@}
DChangeLog-91971228 default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.
3998 define __CTOR__LIST__ and __DTOR_LIST__ appropriately.
6386 __DTOR_LIST__ appropriately.
Dld.texinfo3666 Similarly, @w{@code{__DTOR_LIST__}} and @w{@code{__DTOR_END__}} mark
3690 __DTOR_LIST__ = .;
3691 LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)
/freebsd-9-stable/contrib/gcc/doc/
Dtm.texi7348 @findex __DTOR_LIST__
7351 termination functions, called @code{__DTOR_LIST__}.

12