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

  /src/lib/csu/arch/vax/
crtbegin.S 37 __CTOR_LIST__: /* symbol is not used */
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crtbegin.S 29 __CTOR_LIST__:
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crtbegin.S 29 __CTOR_LIST__:
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
sol-ci.S 43 .globl __CTOR_LIST__
44 .type __CTOR_LIST__,@object
45 __CTOR_LIST__:
eabi-ci.S 53 .globl __CTOR_LIST__
54 .type __CTOR_LIST__,@object
55 __CTOR_LIST__:
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
sol-ci.S 43 .globl __CTOR_LIST__
44 .type __CTOR_LIST__,@object
45 __CTOR_LIST__:
eabi-ci.S 53 .globl __CTOR_LIST__
54 .type __CTOR_LIST__,@object
55 __CTOR_LIST__:
  /src/lib/csu/arch/x86_64/
crtbegin.S 37 __CTOR_LIST__:
  /src/external/gpl3/gcc/dist/libgcc/config/arc/
initfini.c 35 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
46 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors")))
  /src/external/gpl3/gcc/dist/libgcc/config/m32r/
initfini.c 33 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
44 static func_ptr __CTOR_LIST__[1]
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
initfini.c 35 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
46 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors")))
  /src/external/gpl3/gcc.old/dist/libgcc/config/m32r/
initfini.c 33 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
44 static func_ptr __CTOR_LIST__[1]
  /src/lib/csu/arch/i386/
crtbegin.S 37 __CTOR_LIST__:
  /src/lib/csu/arch/sh3/
crtbegin.S 37 __CTOR_LIST__:
184 !! call all constructors on __CTOR_LIST__ in reverse order
191 not r9, r0 ! sentinel at __CTOR_LIST__[0] is -1
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
initfini.c 38 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors"), used))
74 must be placed after __CTOR_LIST__ and __DTOR_LIST. */
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
initfini.c 38 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors"), used))
74 must be placed after __CTOR_LIST__ and __DTOR_LIST. */
  /src/external/gpl3/gcc/dist/libgcc/
crtstuff.c 214 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
234 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
237 STATIC func_ptr __CTOR_LIST__[1]
241 STATIC func_ptr __CTOR_LIST__[1]
244 #endif /* __CTOR_LIST__ alternatives */
616 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
libgcc2.c 3128 /* Some ELF crosses use crtstuff.c to provide __CTOR_LIST__, but use this
3226 collect ctors and dtors, then we __CTOR_LIST__ and __DTOR_LIST__
3232 func_ptr __CTOR_LIST__[2] = {0, 0};
3235 func_ptr __CTOR_LIST__[2];
  /src/external/gpl3/gcc.old/dist/libgcc/
crtstuff.c 214 to have one set of symbols { __CTOR_LIST__, __DTOR_LIST__, __CTOR_END__,
234 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
237 STATIC func_ptr __CTOR_LIST__[1]
241 STATIC func_ptr __CTOR_LIST__[1]
244 #endif /* __CTOR_LIST__ alternatives */
615 __CTOR_LIST__ does not undo our behind-the-back change to .ctors. */
libgcc2.c 2383 /* Some ELF crosses use crtstuff.c to provide __CTOR_LIST__, but use this
2481 collect ctors and dtors, then we __CTOR_LIST__ and __DTOR_LIST__
2487 func_ptr __CTOR_LIST__[2] = {0, 0};
2490 func_ptr __CTOR_LIST__[2];

Completed in 40 milliseconds