Searched refs:__DTOR_LIST__ (Results 1 – 25 of 27) sorted by relevance
12
71 .globl __DTOR_LIST__72 .type __DTOR_LIST__,@object73 __DTOR_LIST__: label
61 .globl __DTOR_LIST__62 .type __DTOR_LIST__,@object63 __DTOR_LIST__: label
103 .long __DTOR_LIST__ /* start of .dtor section */
193 STATIC func_ptr __DTOR_LIST__[1] variable197 STATIC func_ptr __DTOR_LIST__[1] variable267 static func_ptr *p = __DTOR_LIST__ + 1; in __do_global_dtors_aux()408 for (p = __DTOR_LIST__ + 1; (f = *p); p++)
49 extern func_ptr __DTOR_LIST__[];
2097 static func_ptr *p = __DTOR_LIST__ + 1;2180 func_ptr __DTOR_LIST__[2] = {0, 0};2183 func_ptr __DTOR_LIST__[2];
5531 (__do_global_dtors): similarly for __DTOR_LIST__.17083 * libgcc2.c (__CTOR_LIST__, __DTOR_LIST__): Initialize on all
36 SECTION_DECL(".dtors", void(*const __DTOR_LIST__)(void))70 static void (* const * pdtor)(void) = &__DTOR_LIST__ + 1; in __deinit_environment()
69 func_ptr __DTOR_LIST__[1] = {__DTOR_END__};78 func_ptr *ptr = __DTOR_LIST__ + 1; \
37 __DTOR_LIST__: label48 data8 @gprel(__DTOR_LIST__ + 8)
77 ${CONSTRUCTING+ __DTOR_LIST__ = .;}78 ${CONSTRUCTING+ LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)}
41 ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
68 ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
38 ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
77 PROVIDE (__DTOR_LIST__ = .);
72 PROVIDE (__DTOR_LIST__ = .);
81 PROVIDE (__DTOR_LIST__ = .);
69 PROVIDE (__DTOR_LIST__ = .);
385 $@{CONSTRUCTING+ __DTOR_LIST__ = .;@}386 $@{CONSTRUCTING+ LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)@}
1228 default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.3998 define __CTOR__LIST__ and __DTOR_LIST__ appropriately.6386 __DTOR_LIST__ appropriately.
3666 Similarly, @w{@code{__DTOR_LIST__}} and @w{@code{__DTOR_END__}} mark3690 __DTOR_LIST__ = .;3691 LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)
7348 @findex __DTOR_LIST__7351 termination functions, called @code{__DTOR_LIST__}.