HomeSort by: relevance | last modified time | path
    Searched defs:__DTOR_LIST__ (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/csu/arch/vax/
crtbegin.S 42 __DTOR_LIST__:
106 moval __DTOR_LIST__+4, %r8 /* skip first entry */
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crtbegin.S 34 __DTOR_LIST__:
41 data8 @gprel(__DTOR_LIST__ + 8)
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crtbegin.S 34 __DTOR_LIST__:
41 data8 @gprel(__DTOR_LIST__ + 8)
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
sol-ci.S 49 .globl __DTOR_LIST__
50 .type __DTOR_LIST__,@object
51 __DTOR_LIST__:
eabi-ci.S 58 .globl __DTOR_LIST__
59 .type __DTOR_LIST__,@object
60 __DTOR_LIST__:
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
sol-ci.S 49 .globl __DTOR_LIST__
50 .type __DTOR_LIST__,@object
51 __DTOR_LIST__:
eabi-ci.S 58 .globl __DTOR_LIST__
59 .type __DTOR_LIST__,@object
60 __DTOR_LIST__:
  /src/lib/csu/arch/x86_64/
crtbegin.S 42 __DTOR_LIST__:
97 leaq 8+__DTOR_LIST__(%rip), %rbx
  /src/external/gpl3/gcc/dist/libgcc/config/arc/
initfini.c 35 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
43 refer to only the __CTOR_END__ symbol in crtfini.o and the __DTOR_LIST__
49 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors")))
63 refers to one particular associated `__DTOR_LIST__' which belongs to the
73 for (p = __DTOR_LIST__ + 1; *p; p++)
  /src/external/gpl3/gcc/dist/libgcc/config/m32r/
initfini.c 33 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
41 refer to only the __CTOR_END__ symbol in crtfini.o and the __DTOR_LIST__
48 static func_ptr __DTOR_LIST__[1]
63 refers to one particular associated `__DTOR_LIST__' which belongs to the
74 for (p = __DTOR_LIST__ + 1; *p; p++)
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
initfini.c 35 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
43 refer to only the __CTOR_END__ symbol in crtfini.o and the __DTOR_LIST__
49 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors")))
63 refers to one particular associated `__DTOR_LIST__' which belongs to the
73 for (p = __DTOR_LIST__ + 1; *p; p++)
  /src/external/gpl3/gcc.old/dist/libgcc/config/m32r/
initfini.c 33 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
41 refer to only the __CTOR_END__ symbol in crtfini.o and the __DTOR_LIST__
48 static func_ptr __DTOR_LIST__[1]
63 refers to one particular associated `__DTOR_LIST__' which belongs to the
74 for (p = __DTOR_LIST__ + 1; *p; p++)
  /src/lib/csu/arch/i386/
crtbegin.S 42 __DTOR_LIST__:
104 leal 4+__DTOR_LIST__@GOTOFF(%ebx), %edi
  /src/lib/csu/arch/sh3/
crtbegin.S 42 __DTOR_LIST__:
278 !! call all destructors on __DTOR_LIST__
341 .long VAR_DATUM(__DTOR_LIST__)
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
initfini.c 38 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
46 refer to only the __CTOR_END__ symbol in crtfini.o and the __DTOR_LIST__
52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors"), used))
114 refers to one particular associated `__DTOR_LIST__' which belongs to the
124 for (p = __DTOR_LIST__ + 1; *p; p++)
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
initfini.c 38 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
46 refer to only the __CTOR_END__ symbol in crtfini.o and the __DTOR_LIST__
52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors"), used))
114 refers to one particular associated `__DTOR_LIST__' which belongs to the
124 for (p = __DTOR_LIST__ + 1; *p; p++)
  /src/external/gpl3/gcc/dist/libgcc/
crtstuff.c 214 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
222 refer to only the __CTOR_END__ symbol in crtend.o and the __DTOR_LIST__
250 STATIC func_ptr __DTOR_LIST__[1]
254 STATIC func_ptr __DTOR_LIST__[1]
257 #endif /* __DTOR_LIST__ alternatives */
366 refers to one particular associated `__DTOR_LIST__' which belongs to the
402 const size_t max_idx = __DTOR_END__ - __DTOR_LIST__ - 1;
405 __asm ("" : "=g" (dtor_list) : "0" (__DTOR_LIST__));
411 static func_ptr *p = __DTOR_LIST__ + 1;
564 for (p = __DTOR_LIST__ + 1; (f = *p); p++
    [all...]
libgcc2.c 3149 static func_ptr *p = __DTOR_LIST__ + 1;
3226 collect ctors and dtors, then we __CTOR_LIST__ and __DTOR_LIST__
3233 func_ptr __DTOR_LIST__[2] = {0, 0};
3236 func_ptr __DTOR_LIST__[2];
  /src/external/gpl3/gcc.old/dist/libgcc/
crtstuff.c 214 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
222 refer to only the __CTOR_END__ symbol in crtend.o and the __DTOR_LIST__
250 STATIC func_ptr __DTOR_LIST__[1]
254 STATIC func_ptr __DTOR_LIST__[1]
257 #endif /* __DTOR_LIST__ alternatives */
365 refers to one particular associated `__DTOR_LIST__' which belongs to the
401 const size_t max_idx = __DTOR_END__ - __DTOR_LIST__ - 1;
404 __asm ("" : "=g" (dtor_list) : "0" (__DTOR_LIST__));
410 static func_ptr *p = __DTOR_LIST__ + 1;
563 for (p = __DTOR_LIST__ + 1; (f = *p); p++
    [all...]
libgcc2.c 2404 static func_ptr *p = __DTOR_LIST__ + 1;
2481 collect ctors and dtors, then we __CTOR_LIST__ and __DTOR_LIST__
2488 func_ptr __DTOR_LIST__[2] = {0, 0};
2491 func_ptr __DTOR_LIST__[2];

Completed in 52 milliseconds