HomeSort by: relevance | last modified time | path
    Searched refs:ctors (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/sys/arch/bebox/stand/boot/
ld.script 24 .rel.ctors : { *(.rel.ctors) }
25 .rela.ctors : { *(.rela.ctors) }
44 .ctors : { *(.ctors) }
  /src/sys/arch/macppc/stand/fixcoff/
elf32_powerpc_merge.x 19 .rel.ctors : { *(.rel.ctors) }
20 .rela.ctors : { *(.rela.ctors) }
40 .ctors : { *(.ctors) }
  /src/sys/arch/prep/stand/boot/
ld.script 24 .rel.ctors : { *(.rel.ctors) }
25 .rela.ctors : { *(.rela.ctors) }
44 .ctors : { *(.ctors) }
  /src/sys/arch/rs6000/stand/boot/
ld.script 24 .rel.ctors : { *(.rel.ctors) }
25 .rela.ctors : { *(.rela.ctors) }
44 .ctors : { *(.ctors) }
  /src/lib/csu/arch/hppa/
crtend.S 36 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/i386/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/m68k/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/sh3/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/sparc/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/vax/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/x86_64/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/alpha/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/arm/
crtend.S 35 .section .ctors, "aw", %progbits
  /src/lib/csu/arch/ia64/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/mips/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/powerpc/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/lib/csu/arch/sparc64/
crtend.S 35 .section .ctors, "aw", @progbits
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
elf_ia64_efi.lds 40 *(.ctors)
63 *(.rela.ctors)
  /src/sys/arch/ofppc/stand/ofwboot/
ldscript 48 .rel.ctors : { *(.rel.ctors) }
49 .rela.ctors : { *(.rela.ctors) }
116 .ctors :
127 KEEP (*crtbegin*.o(.ctors))
129 from the crtend.o file until after the sorted ctors.
131 end of ctors marker and it must be last */
132 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
133 KEEP (*(SORT(.ctors.*))
    [all...]
  /src/tests/kernel/arch/x86_64/
execsp.S 77 .section .ctors,"aw",@progbits
  /src/sys/arch/evbmips/stand/sbmips/common/
boot.ldscript 36 .rel.ctors : { *(.rel.ctors) }
37 .rela.ctors : { *(.rela.ctors) }
137 .ctors :
148 KEEP (*crtbegin.o(.ctors))
149 KEEP (*crtbegin?.o(.ctors))
151 the crtend.o file until after the sorted ctors.
153 end of ctors marker and it must be last */
154 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
    [all...]
  /src/sys/arch/sbmips/stand/common/
boot.ldscript 36 .rel.ctors : { *(.rel.ctors) }
37 .rela.ctors : { *(.rela.ctors) }
137 .ctors :
148 KEEP (*crtbegin.o(.ctors))
149 KEEP (*crtbegin?.o(.ctors))
151 the crtend.o file until after the sorted ctors.
153 end of ctors marker and it must be last */
154 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
    [all...]
  /src/sys/arch/amd64/conf/
kern.ldscript 53 *(.ctors)
kern.ldscript.Xen 37 *(.ctors)
  /src/sys/arch/evbarm/conf/
ldscript.evbarm 32 *(.ctors)

Completed in 34 milliseconds

1 2 3 4