Home
last modified time | relevance | path

Searched refs:ctors (Results 1 – 25 of 29) sorted by relevance

12

/external/qemu/
Dx86_64.ld30 .rel.ctors : { *(.rel.ctors) }
31 .rela.ctors : { *(.rela.ctors) }
103 .ctors :
114 KEEP (*crtbegin.o(.ctors))
116 from the crtend.o file until after the sorted ctors.
118 end of ctors marker and it must be last */
119 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
120 KEEP (*(SORT(.ctors.*)))
121 KEEP (*(.ctors))
Dm68k.ld27 *(.rel.ctors)
41 *(.rela.ctors)
97 .ctors :
108 KEEP (*crtbegin.o(.ctors))
110 from the crtend.o file until after the sorted ctors.
112 end of ctors marker and it must be last */
113 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
114 KEEP (*(SORT(.ctors.*)))
115 KEEP (*(.ctors))
Dalpha.ld30 .rel.ctors : { *(.rel.ctors) }
31 .rela.ctors : { *(.rela.ctors) }
66 .ctors :
68 *(.ctors)
Dia64.ld32 .rel.ctors : { *(.rel.ctors) }
33 .rela.ctors : { *(.rela.ctors) }
105 .ctors :
116 KEEP (*crtbegin*.o(.ctors))
118 from the crtend.o file until after the sorted ctors.
120 end of ctors marker and it must be last */
121 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
122 KEEP (*(SORT(.ctors.*)))
123 KEEP (*(.ctors))
Dppc.ld34 .rel.ctors : { *(.rel.ctors) }
35 .rela.ctors : { *(.rela.ctors) }
113 .ctors :
124 KEEP (*crtbegin*.o(.ctors))
126 the crtend.o file until after the sorted ctors.
128 end of ctors marker and it must be last */
129 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
130 KEEP (*(SORT(.ctors.*)))
131 KEEP (*(.ctors))
Di386.ld32 .rel.ctors : { *(.rel.ctors) }
33 .rela.ctors : { *(.rela.ctors) }
92 .ctors :
94 *(.ctors)
Darm.ld30 .rel.ctors : { *(.rel.ctors) }
31 .rela.ctors : { *(.rela.ctors) }
92 .ctors :
94 *(.ctors)
Dsparc.ld30 .rel.ctors : { *(.rel.ctors) }
31 .rela.ctors : { *(.rela.ctors) }
88 .ctors :
90 *(.ctors)
Di386-vl.ld33 .rel.ctors : { *(.rel.ctors) }
34 .rela.ctors : { *(.rela.ctors) }
79 .ctors :
81 *(.ctors)
/external/valgrind/tsan/
Ddr64_ldscript25 *(.rel.ctors)
42 *(.rela.ctors)
105 .ctors :
116 KEEP (*crtbegin.o(.ctors))
117 KEEP (*crtbegin?.o(.ctors))
119 the crtend.o file until after the sorted ctors.
121 end of ctors marker and it must be last */
122 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
123 KEEP (*(SORT(.ctors.*)))
124 KEEP (*(.ctors))
/external/elfutils/src/
Delf32-i386.script110 .ctors
121 KEEP (*crtbegin.o(.ctors))
123 from the crtend.o file until after the sorted ctors.
125 end of ctors marker and it must be last */
126 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
127 KEEP (*(SORT(.ctors.*)))
128 KEEP (*(.ctors))
/external/llvm/test/MC/COFF/
Dglobal_ctors.ll1 ; Test that global ctors are emitted into the proper COFF section for the
2 ; target. Mingw uses .ctors, whereas MSVC uses .CRT$XC*.
27 ; MINGW32: .section .ctors,"w"
/external/llvm/test/CodeGen/X86/
D2011-08-29-InitOrder.ll6 ; CHECK-DEFAULT .section .ctors.64535,"aw",@progbits
8 ; CHECK-DEFAULT: .section .ctors.63535,"aw",@progbits
10 ; CHECK-DEFAULT: .section .ctors.62535,"aw",@progbits
/external/llvm/test/CodeGen/ARM/
Dctor_order.ll9 ; ELF: .section .ctors.65384,"aw",%progbits
11 ; ELF: .section .ctors.65383,"aw",%progbits
Dctors_dtors.ll8 ; ELF: .section .ctors,"aw",%progbits
/external/llvm/test/CodeGen/SPARC/
D2008-10-10-InlineAsmRegOperand.ll5 module asm "\09.section\09\22.ctors\22,#alloc,#write"
/external/doclava/src/com/google/doclava/
DClassInfo.java725 ArrayList<MethodInfo> ctors = constructors(); in makeKeywordEntries() local
753 for (MethodInfo m : ctors) { in makeKeywordEntries()
762 for (MethodInfo m : ctors) { in makeKeywordEntries()
772 for (MethodInfo m : ctors) { in makeKeywordEntries()
782 for (MethodInfo m : ctors) { in makeKeywordEntries()
869 ArrayList<MethodInfo> ctors = constructors(); in makeHDF() local
1001 for (MethodInfo ctor : ctors) { in makeHDF()
1011 for (MethodInfo ctor : ctors) { in makeHDF()
1022 for (MethodInfo ctor : ctors) { in makeHDF()
1033 for (MethodInfo ctor : ctors) { in makeHDF()
DStubs.java656 ArrayList<MethodInfo> ctors = base.constructors(); in superCtorCall() local
661 for (MethodInfo m : ctors) { in superCtorCall()
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp100 extern const C ctors[3];
101 constexpr C ctors[3]; variable
/external/doclava/res/assets/templates/
Dclass.cs64 <?cs if:subcount(class.ctors.public) ?>
68 <?cs if:subcount(class.ctors.protected) ?>
/external/clang/lib/StaticAnalyzer/
DREADME.txt83 to the object region. In ctors, we synthesize 'this' region with
/external/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt82 A::A(%a) // These ctors & dtors could throw, but we ignore this
/external/llvm/lib/Target/
DREADME.txt1748 Where we currently evaluate the ctors but the globals don't become const because
/external/webkit/Source/WebKit/gtk/
DChangeLog13360 - The single-argument KURL ctors expect their input to already be
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1615853 3. copy ctors that don't call the super copy ctor or ctor

12