Home
last modified time | relevance | path

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

123456789

/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Delfd30v.sc2 CTOR=".ctors ${CONSTRUCTING-0} :
15 KEEP (*crtbegin*.o(.ctors))
18 the crtend.o file until after the sorted ctors.
20 end of ctors marker and it must be last */
22 KEEP (*(EXCLUDE_FILE (*crtend*.o) .ctors))
23 KEEP (*(SORT(.ctors.*)))
24 KEEP (*(.ctors))
87 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
88 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
H A Dnw.sc5 # OTHER_READONLY_SECTIONS - other than .text .init .ctors .rodata ...
58 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
59 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
74 ${CONSTRUCTING+ *(.ctors)}
86 .ctors ${RELOCATING-0} : { *(.ctors) }
H A Dv850.sc50 .rel.ctors : { *(.rel.ctors) }
51 .rela.ctors : { *(.rela.ctors) }
105 .ctors :
108 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
109 KEEP (*(SORT(.ctors.*)))
110 KEEP (*crtend(.ctors))
H A Dmmo.sc16 /* FIXME: Move .init, .fini, .ctors and .dtors to their own sections. */
27 /* FIXME: Align ctors, dtors, ehframe. */
32 ${RELOCATING+ KEEP (*crtbegin*.o(.ctors))}
33 ${RELOCATING+ KEEP (*(EXCLUDE_FILE (*crtend*.o) .ctors))}
34 ${RELOCATING+ KEEP (*(SORT(.ctors.*)))}
35 ${RELOCATING+ KEEP (*(.ctors))}
H A Dm68kaux.sc5 CTORS='.ctors : { *(.ctors) }'
21 ${RELOCATING+ *(.ctors)}
H A Delfd10v.sc10 CTOR=".ctors ${CONSTRUCTING-0} :
23 KEEP (*crtbegin*.o(.ctors))
26 the crtend.o file until after the sorted ctors.
28 end of ctors marker and it must be last */
30 KEEP (*(EXCLUDE_FILE (*crtend*.o) .ctors))
31 KEEP (*(SORT(.ctors.*)))
32 KEEP (*(.ctors))
H A Delf32crx.sc93 KEEP (*crtbegin*.o(.ctors))
96 the crtend.o file until after the sorted ctors.
98 end of ctors marker and it must be last */
100 KEEP (*(EXCLUDE_FILE (*crtend*.o) .ctors))
101 KEEP (*(SORT(.ctors.*)))
102 KEEP (*(.ctors))
H A Davr.sc63 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
64 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
81 ${CONSTRUCTING+ *(.ctors) }
86 KEEP(SORT(*)(.ctors))
H A Delf32msp430_3.sc63 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
64 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
91 ${CONSTRUCTING+ *(.ctors) }
H A Dxstormy16.sc8 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
57 CTOR=".ctors ${CONSTRUCTING-0} :
70 KEEP (*crtbegin*.o(.ctors))
73 the crtend.o file until after the sorted ctors.
75 end of ctors marker and it must be last */
77 KEEP (*(EXCLUDE_FILE (*crtend*.o $OTHER_EXCLUDE_FILES) .ctors))
78 KEEP (*(SORT(.ctors.*)))
79 KEEP (*(.ctors))
H A Delf32sh-symbian.sc9 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
86 CTOR=".ctors ALIGN(4) :
99 KEEP (*crtbegin*.o(.ctors))
102 the crtend.o file until after the sorted ctors.
104 end of ctors marker and it must be last */
106 KEEP (*(EXCLUDE_FILE (*crtend*.o $OTHER_EXCLUDE_FILES) .ctors))
107 KEEP (*(SORT(.ctors.*)))
108 KEEP (*(.ctors))
302 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
303 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
H A Diq2000.sc9 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
73 CTOR=".ctors ${CONSTRUCTING-0} :
86 KEEP (*crtbegin*.o(.ctors))
89 the crtend.o file until after the sorted ctors.
91 end of ctors marker and it must be last */
93 KEEP (*(EXCLUDE_FILE (*crtend*.o $OTHER_EXCLUDE_FILES) .ctors))
94 KEEP (*(SORT(.ctors.*)))
95 KEEP (*(.ctors))
187 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
188 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Delfd30v.sc2 CTOR=".ctors ${CONSTRUCTING-0} :
15 KEEP (*crtbegin*.o(.ctors))
18 from the crtend.o file until after the sorted ctors.
20 end of ctors marker and it must be last */
22 KEEP (*(EXCLUDE_FILE (*crtend*.o) .ctors))
23 KEEP (*(SORT(.ctors.*)))
24 KEEP (*(.ctors))
87 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
88 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
H A Dnw.sc5 # OTHER_READONLY_SECTIONS - other than .text .init .ctors .rodata ...
58 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
59 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
74 ${CONSTRUCTING+ *(.ctors)}
86 .ctors ${RELOCATING-0} : { *(.ctors) }
H A Dv850.sc50 .rel.ctors : { *(.rel.ctors) }
51 .rela.ctors : { *(.rela.ctors) }
105 .ctors :
108 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
109 KEEP (*(SORT(.ctors.*)))
110 KEEP (*crtend(.ctors))
H A Dmmo.sc16 /* FIXME: Move .init, .fini, .ctors and .dtors to their own sections. */
27 /* FIXME: Align ctors, dtors, ehframe. */
32 ${RELOCATING+ KEEP (*crtbegin*.o(.ctors))}
33 ${RELOCATING+ KEEP (*(EXCLUDE_FILE (*crtend*.o) .ctors))}
34 ${RELOCATING+ KEEP (*(SORT(.ctors.*)))}
35 ${RELOCATING+ KEEP (*(.ctors))}
H A Dm68kaux.sc5 CTORS='.ctors : { *(.ctors) }'
21 ${RELOCATING+ *(.ctors)}
H A Delfd10v.sc10 CTOR=".ctors ${CONSTRUCTING-0} :
23 KEEP (*crtbegin*.o(.ctors))
26 from the crtend.o file until after the sorted ctors.
28 end of ctors marker and it must be last */
30 KEEP (*(EXCLUDE_FILE (*crtend*.o) .ctors))
31 KEEP (*(SORT(.ctors.*)))
32 KEEP (*(.ctors))
H A Delf32msp430_3.sc63 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
64 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
91 ${CONSTRUCTING+ *(.ctors) }
H A Davr.sc63 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
64 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
80 ${CONSTRUCTING+ *(.ctors) }
H A Dxstormy16.sc8 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
58 CTOR=".ctors ${CONSTRUCTING-0} :
71 KEEP (*crtbegin*.o(.ctors))
74 from the crtend.o file until after the sorted ctors.
76 end of ctors marker and it must be last */
78 KEEP (*(EXCLUDE_FILE (*crtend*.o $OTHER_EXCLUDE_FILES) .ctors))
79 KEEP (*(SORT(.ctors.*)))
80 KEEP (*(.ctors))
H A Diq2000.sc9 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
74 CTOR=".ctors ${CONSTRUCTING-0} :
87 KEEP (*crtbegin*.o(.ctors))
90 from the crtend.o file until after the sorted ctors.
92 end of ctors marker and it must be last */
94 KEEP (*(EXCLUDE_FILE (*crtend*.o $OTHER_EXCLUDE_FILES) .ctors))
95 KEEP (*(SORT(.ctors.*)))
96 KEEP (*(.ctors))
188 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
189 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dd10v.ld98 .ctors :
110 KEEP (*crtbegin.o(.ctors))
113 from the crtend.o file until after the sorted ctors.
115 end of ctors marker and it must be last */
117 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
118 KEEP (*(SORT(.ctors.*)))
119 KEEP (*(.ctors))
H A Dm32r.ld45 .rel.ctors : { *(.rel.ctors) }
46 .rela.ctors : { *(.rela.ctors) }
125 .ctors : { *(.ctors) }
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic15.C6 static int ctors[3] = { 0, 0, 0 }; in f() local
8 ctors[2] = 7; in f()

123456789