Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/sys/mips/nlm/dev/net/ucore/
Dld.ucore.S65 .ctors :
67 KEEP (*crtbegin.o(.ctors))
68 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
69 KEEP (*(SORT(.ctors.*)))
70 KEEP (*(.ctors))
/freebsd-12-stable/sys/conf/
Dldscript.i38634 .rel.ctors : { *(.rel.ctors) }
35 .rela.ctors : { *(.rela.ctors) }
104 .ctors :
115 KEEP (*crtbegin.o(.ctors))
116 KEEP (*crtbegin?.o(.ctors))
118 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 *crtend?.o ) .ctors))
122 KEEP (*(SORT(.ctors.*)))
123 KEEP (*(.ctors))
Dldscript.sparc6458 .rel.ctors : { *(.rel.ctors) }
59 .rela.ctors : { *(.rela.ctors) }
166 .ctors :
177 KEEP (*crtbegin.o(.ctors))
179 from the crtend.o file until after the sorted ctors.
181 end of ctors marker and it must be last */
182 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
183 KEEP (*(SORT(.ctors.*)))
184 KEEP (*(.ctors))
Dldscript.amd6440 .rel.ctors : { *(.rel.ctors) }
41 .rela.ctors : { *(.rela.ctors) }
117 .ctors :
128 KEEP (*crtbegin.o(.ctors))
129 KEEP (*crtbegin?.o(.ctors))
131 the crtend.o file until after the sorted ctors.
133 end of ctors marker and it must be last */
134 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
135 KEEP (*(SORT(.ctors.*)))
136 KEEP (*(.ctors))
Dldscript.mips.mips6488 .rel.ctors : { *(.rel.ctors) }
89 .rela.ctors : { *(.rela.ctors) }
197 .ctors :
208 KEEP (*crtbegin.o(.ctors))
210 from the crtend.o file until after the sorted ctors.
212 end of ctors marker and it must be last */
213 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
214 KEEP (*(SORT(.ctors.*)))
215 KEEP (*(.ctors))
Dldscript.mips111 .rel.ctors : { *(.rel.ctors) }
112 .rela.ctors : { *(.rela.ctors) }
196 .ctors :
207 KEEP (*crtbegin.o(.ctors))
209 from the crtend.o file until after the sorted ctors.
211 end of ctors marker and it must be last */
212 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
213 KEEP (*(SORT(.ctors.*)))
214 KEEP (*(.ctors))
Dldscript.mips.cfe104 .rel.ctors : { *(.rel.ctors) }
105 .rela.ctors : { *(.rela.ctors) }
213 .ctors :
224 KEEP (*crtbegin.o(.ctors))
226 from the crtend.o file until after the sorted ctors.
228 end of ctors marker and it must be last */
229 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
230 KEEP (*(SORT(.ctors.*)))
231 KEEP (*(.ctors))
Dldscript.riscv50 .rel.ctors : { *(.rel.ctors) }
51 .rela.ctors : { *(.rela.ctors) }
77 .ctors :
79 *(.ctors)
Dldscript.arm6449 .rel.ctors : { *(.rel.ctors) }
50 .rela.ctors : { *(.rela.ctors) }
89 .ctors :
91 *(.ctors)
Dldscript.arm49 .rel.ctors : { *(.rel.ctors) }
50 .rela.ctors : { *(.rela.ctors) }
89 .ctors :
91 *(.ctors)
Dldscript.powerpcspe43 .rela.ctors : { *(.rela.ctors) }
76 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
82 .ctors : { *(.ctors) }
Dldscript.powerpc43 .rela.ctors : { *(.rela.ctors) }
75 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
81 .ctors : { *(.ctors) }
Dldscript.powerpc6459 .rela.ctors : { *(.rela.ctors) }
106 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
112 .ctors : { *(.ctors) }
/freebsd-12-stable/contrib/binutils/ld/scripttempl/
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) }
Delf32cr16.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))
Dmep.sc6 # SMALL_DATA_CTOR - .ctors contains small data.
13 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
153 CTOR=".ctors ${CONSTRUCTING-0} :
166 KEEP (*crtbegin*.o(.ctors))
169 from the crtend.o file until after the sorted ctors.
171 end of ctors marker and it must be last */
173 KEEP (*(EXCLUDE_FILE (*crtend*.o $OTHER_EXCLUDE_FILES) .ctors))
174 KEEP (*(SORT(.ctors.*)))
175 KEEP (*(.ctors))
256 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
[all …]
Delf.sc6 # SMALL_DATA_CTOR - .ctors contains small data.
13 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
200 CTOR=".ctors ${CONSTRUCTING-0} :
213 KEEP (*crtbegin.o(.ctors))
214 KEEP (*crtbegin?.o(.ctors))
217 the crtend.o file until after the sorted ctors.
219 end of ctors marker and it must be last */
221 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .ctors))
222 KEEP (*(SORT(.ctors.*)))
223 KEEP (*(.ctors))
[all …]
/freebsd-12-stable/stand/powerpc/kboot/
Dldscript.powerpc37 .rela.ctors : { *(.rela.ctors) }
70 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
76 .ctors : { *(.ctors) }
/freebsd-12-stable/stand/mips/uboot/
Dldscript.mips36 .rela.ctors : { *(.rela.ctors) }
62 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
68 .ctors : { *(.ctors) }
/freebsd-12-stable/stand/powerpc/ofw/
Dldscript.powerpc29 .rela.ctors : { *(.rela.ctors) }
65 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
71 .ctors : { *(.ctors) }
/freebsd-12-stable/stand/arm/uboot/
Dldscript.arm40 .rela.ctors : { *(.rela.ctors) }
66 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
72 .ctors : { *(.ctors) }
/freebsd-12-stable/stand/powerpc/uboot/
Dldscript.powerpc29 .rela.ctors : { *(.rela.ctors) }
65 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
71 .ctors : { *(.ctors) }
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-shared-linux.ld97 .rel.ctors : { *(.rel.ctors) }
98 .rela.ctors : { *(.rela.ctors) }
175 .ctors :
186 KEEP (*crtbegin.o(.ctors))
187 KEEP (*crtbegin?.o(.ctors))
189 the crtend.o file until after the sorted ctors.
191 end of ctors marker and it must be last */
192 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
193 KEEP (*(SORT(.ctors.*)))
194 KEEP (*(.ctors))
Dcvmx-shared-linux-n32.ld98 .rel.ctors : { *(.rel.ctors) }
99 .rela.ctors : { *(.rela.ctors) }
176 .ctors :
187 KEEP (*crtbegin.o(.ctors))
188 KEEP (*crtbegin?.o(.ctors))
190 the crtend.o file until after the sorted ctors.
192 end of ctors marker and it must be last */
193 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
194 KEEP (*(SORT(.ctors.*)))
195 KEEP (*(.ctors))
Dcvmx-shared-linux-o32.ld96 .rel.ctors : { *(.rel.ctors) }
97 .rela.ctors : { *(.rela.ctors) }
167 .ctors :
178 KEEP (*crtbegin*.o(.ctors))
180 from the crtend.o file until after the sorted ctors.
182 end of ctors marker and it must be last */
183 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
184 KEEP (*(SORT(.ctors.*)))
185 KEEP (*(.ctors))

1234