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

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr38988.c14 extern func_ptr __DTOR_END__[];
16 const size_t max_idx = __DTOR_END__ - __DTOR_LIST__ - 1;
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Deabi-ctors.c42 extern func_ptr __DTOR_END__ [];
81 func_ptr *end = &__DTOR_END__[0];
H A Deabi-cn.asm68 .globl __DTOR_END__
69 .type __DTOR_END__,@object
70 __DTOR_END__: label
H A Dsol-cn.asm56 .globl __DTOR_END__
57 .type __DTOR_END__,@object
58 __DTOR_END__: label
H A Dnt-cn.asm47 .globl __DTOR_END__
48 __DTOR_END__: label
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Deabi-cn.S56 .weak __DTOR_END__
57 .type __DTOR_END__,@object
58 __DTOR_END__: label
H A Dsol-cn.S45 .weak __DTOR_END__
46 .type __DTOR_END__,@object
47 __DTOR_END__: label
H A Deabi.S95 .long __DTOR_END__ /* end of .dtor section */
/haiku-buildtools/legacy/gcc/gcc/config/arc/
H A Dinitfini.c36 __DTOR_END__ } per root executable and also one set of these symbols
119 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors"))) variable
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dinitfini.c36 __DTOR_END__ } per root executable and also one set of these symbols
125 static func_ptr __DTOR_END__[1] variable
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dinitfini.c35 __DTOR_END__ } per root executable and also one set of these symbols
122 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors"))) variable
/haiku-buildtools/gcc/libgcc/config/m32r/
H A Dinitfini.c34 __DTOR_END__ } per root executable and also one set of these symbols
124 static func_ptr __DTOR_END__[1] variable
/haiku-buildtools/gcc/libgcc/config/arc/
H A Dinitfini.c36 __DTOR_END__ } per root executable and also one set of these symbols
119 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors"))) variable
/haiku-buildtools/gcc/libgcc/
H A Dcrtstuff.c218 __DTOR_END__ } per root executable and also one set of these symbols
395 extern func_ptr __DTOR_END__[] __attribute__((visibility ("hidden")));
397 const size_t max_idx = __DTOR_END__ - __DTOR_LIST__ - 1;
639 func_ptr __DTOR_END__[1]
648 STATIC func_ptr __DTOR_END__[1]
652 STATIC func_ptr __DTOR_END__[1]
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dunknown-elf.h94 func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
H A Daof.h153 extern func_ptr __DTOR_END__[1]; \
154 func_ptr __DTOR_LIST__[1] = {__DTOR_END__};
158 func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dsysv3.h112 func_ptr __DTOR_END__[4] = { (func_ptr) 0, (func_ptr) 0, \
H A Ddgux.h270 func_ptr __DTOR_END__[1] = { (func_ptr) (-1) }
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dcrtend.S34 __DTOR_END__: label
/haiku-buildtools/legacy/binutils/ld/scripttempl/
H A Dnw.sc78 ${CONSTRUCTING+ LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)}
81 ${CONSTRUCTING+ __DTOR_END__ = .;}
H A Delfi370.sc139 ${RELOCATING+PROVIDE (__DTOR_END__ = .);}
/haiku-buildtools/legacy/gcc/gcc/
H A Dcrtstuff.c316 __DTOR_END__ } per root executable and also one set of these symbols
482 STATIC func_ptr __DTOR_END__[1] __attribute__ ((__unused__)) variable
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dcrtend.asm50 __DTOR_END__: label
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Delf.h319 func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
H A Delf64.h345 func_ptr __DTOR_END__[1] = { (func_ptr) 0 };

Completed in 117 milliseconds

12