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

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crtend.S 29 __CTOR_END__:
77 for (loc0 = __CTOR_END__-1; *p != -1; --p)
82 movl loc0 = @gprel(__CTOR_END__ - 8)
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
sol-cn.S 39 .globl __CTOR_END__
40 .type __CTOR_END__,@object
41 __CTOR_END__:
eabi-cn.S 51 .globl __CTOR_END__
52 .type __CTOR_END__,@object
53 __CTOR_END__:
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crtend.S 29 __CTOR_END__:
77 for (loc0 = __CTOR_END__-1; *p != -1; --p)
82 movl loc0 = @gprel(__CTOR_END__ - 8)
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
sol-cn.S 39 .globl __CTOR_END__
40 .type __CTOR_END__,@object
41 __CTOR_END__:
eabi-cn.S 51 .globl __CTOR_END__
52 .type __CTOR_END__,@object
53 __CTOR_END__:
  /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__
116 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors")))
132 for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; 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__
120 static func_ptr __CTOR_END__[1]
139 for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; 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__
116 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors")))
132 for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; 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__
120 static func_ptr __CTOR_END__[1]
139 for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; p--)
  /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__
171 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors"), used))
201 for (p = __CTOR_END__ - 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__
171 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors"), used))
201 for (p = __CTOR_END__ - 1; *p; p--)

Completed in 26 milliseconds