/external/qemu/ |
D | x86_64.ld | 30 .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))
|
D | m68k.ld | 27 *(.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))
|
D | alpha.ld | 30 .rel.ctors : { *(.rel.ctors) } 31 .rela.ctors : { *(.rela.ctors) } 66 .ctors : 68 *(.ctors)
|
D | ia64.ld | 32 .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))
|
D | ppc.ld | 34 .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))
|
D | i386.ld | 32 .rel.ctors : { *(.rel.ctors) } 33 .rela.ctors : { *(.rela.ctors) } 92 .ctors : 94 *(.ctors)
|
D | arm.ld | 30 .rel.ctors : { *(.rel.ctors) } 31 .rela.ctors : { *(.rela.ctors) } 92 .ctors : 94 *(.ctors)
|
D | sparc.ld | 30 .rel.ctors : { *(.rel.ctors) } 31 .rela.ctors : { *(.rela.ctors) } 88 .ctors : 90 *(.ctors)
|
D | i386-vl.ld | 33 .rel.ctors : { *(.rel.ctors) } 34 .rela.ctors : { *(.rela.ctors) } 79 .ctors : 81 *(.ctors)
|
/external/valgrind/tsan/ |
D | dr64_ldscript | 25 *(.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/ |
D | elf32-i386.script | 110 .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/ |
D | global_ctors.ll | 1 ; 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/ |
D | 2011-08-29-InitOrder.ll | 6 ; 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/ |
D | ctor_order.ll | 9 ; ELF: .section .ctors.65384,"aw",%progbits 11 ; ELF: .section .ctors.65383,"aw",%progbits
|
D | ctors_dtors.ll | 8 ; ELF: .section .ctors,"aw",%progbits
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2008-10-10-InlineAsmRegOperand.ll | 5 module asm "\09.section\09\22.ctors\22,#alloc,#write"
|
/external/doclava/src/com/google/doclava/ |
D | ClassInfo.java | 725 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()
|
D | Stubs.java | 656 ArrayList<MethodInfo> ctors = base.constructors(); in superCtorCall() local 661 for (MethodInfo m : ctors) { in superCtorCall()
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 100 extern const C ctors[3]; 101 constexpr C ctors[3]; variable
|
/external/doclava/res/assets/templates/ |
D | class.cs | 64 <?cs if:subcount(class.ctors.public) ?> 68 <?cs if:subcount(class.ctors.protected) ?>
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 83 to the object region. In ctors, we synthesize 'this' region with
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 82 A::A(%a) // These ctors & dtors could throw, but we ignore this
|
/external/llvm/lib/Target/ |
D | README.txt | 1748 Where we currently evaluate the ctors but the globals don't become const because
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 13360 - The single-argument KURL ctors expect their input to already be
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 15853 3. copy ctors that don't call the super copy ctor or ctor
|