Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Dld.ucore.S65 .ctors :
67 KEEP (*crtbegin.o(.ctors))
68 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
69 KEEP (*(SORT(.ctors.*)))
70 KEEP (*(.ctors))
/f-stack/freebsd/contrib/octeon-sdk/
H A 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))
H A 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))
H A 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))