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

1 2 3 4 5

  /src/sys/modules/xldscripts/
kmodule 5 /* Pre-loaded modules must have merged BSS and data. */
9 *(.bss)
10 *(.bss.*)
  /src/usr.sbin/sysinst/arch/playstation2/
mbr_buf.S 3 .bss
  /src/sys/arch/luna68k/stand/boot/
boot.ldscript 14 /* The data and bss sections are 8 byte aligned on ELF format,
35 .bss :
38 *(.bss)
39 *(.bss.*)
41 /* Align here to ensure that the .bss section occupies space up to
42 _end. Align after .bss to ensure correct alignment even if the
43 .bss section disappears because there are no input sections. */
  /src/sys/modules/ath_hal/
ath_hal.ldscript 5 /* Pre-loaded modules must have merged BSS and data. */
9 *(.bss)
10 *(.bss.*)
  /src/sys/arch/acorn32/stand/
module.ldscript 30 .bss : { *(.bss) *(COMMON) }
  /src/sys/arch/mmeye/conf/
shl.x 21 .bss :
24 *(.bss)
  /src/sys/arch/hppa/stand/boot/
ld.script 34 .bss : {
37 *(.bss)
  /src/sys/arch/hppa/stand/cdboot/
ld.script 34 .bss : {
37 *(.bss)
  /src/sys/arch/alpha/conf/
kern.ldscript 47 * Small-data located along side GOT and small-bss for
71 .bss :
73 *(.bss .bss.*)
  /src/sys/arch/amd64/stand/prekern/
prekern.ldscript 36 .bss :
38 *(.bss)
39 *(.bss.*)
  /src/sys/arch/arm/conf/
kern.ldscript.tail 25 .bss :
28 *(.bss)
29 *(.bss.*)
31 /* Align here to ensure that the .bss section occupies space up to
32 _end. Align after .bss to ensure correct alignment even if the
33 .bss section disappears because there are no input sections. */
  /src/sys/arch/i386/conf/
stand.ldscript 38 .bss :
40 *(.bss)
41 *(.bss.*)
kern.ldscript 60 .bss :
62 *(.bss)
63 *(.bss.*)
kern.ldscript.Xen 59 .bss :
61 *(.bss)
62 *(.bss.*)
  /src/sys/arch/shark/conf/
kern.ldscript 32 .bss :
35 *(.bss)
36 *(.bss.*)
38 /* Align here to ensure that the .bss section occupies space up to
39 _end. Align after .bss to ensure correct alignment even if the
40 .bss section disappears because there are no input sections. */
  /src/sys/arch/usermode/conf/
kern.ldscript 58 .bss :
60 *(.bss)
61 *(.bss.*)
  /src/sys/arch/macppc/stand/fixcoff/
elf32_powerpc_merge.x 23 .rel.bss : { *(.rel.bss) }
24 .rela.bss : { *(.rela.bss) }
61 .bss :
65 *(.bss)
  /src/sys/arch/amd64/conf/
kern.ldscript.kaslr 60 .bss :
62 *(.bss)
63 *(.bss.*)
  /src/sys/arch/bebox/stand/boot/
ld.script 28 .rel.bss : { *(.rel.bss) }
29 .rela.bss : { *(.rela.bss) }
66 .bss :
69 *(.bss)
  /src/sys/arch/prep/stand/boot/
ld.script 28 .rel.bss : { *(.rel.bss) }
29 .rela.bss : { *(.rela.bss) }
66 .bss :
69 *(.bss)
  /src/sys/arch/rs6000/stand/boot/
ld.script 28 .rel.bss : { *(.rel.bss) }
29 .rela.bss : { *(.rela.bss) }
66 .bss :
69 *(.bss)
  /src/sys/arch/cats/conf/
ldscript.elf 57 .bss :
60 *(.bss)
61 *(.bss.*)
63 /* Align here to ensure that the .bss section occupies space up to
64 _end. Align after .bss to ensure correct alignment even if the
65 .bss section disappears because there are no input sections. */
  /src/sys/arch/epoc32/conf/
ldscript.epoc32 57 .bss :
60 *(.bss)
61 *(.bss.*)
63 /* Align here to ensure that the .bss section occupies space up to
64 _end. Align after .bss to ensure correct alignment even if the
65 .bss section disappears because there are no input sections. */
  /src/sys/arch/zaurus/conf/
ldscript.zaurus 57 .bss :
60 *(.bss)
61 *(.bss.*)
63 /* Align here to ensure that the .bss section occupies space up to
64 _end. Align after .bss to ensure correct alignment even if the
65 .bss section disappears because there are no input sections. */
  /src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x01600000/
ldscript 66 .bss :
67 AT (ADDR(.bss))
70 *(.bss)
71 *(.bss.*)
73 /* Align here to ensure that the .bss section occupies space up to
74 _end. Align after .bss to ensure correct alignment even if the
75 .bss section disappears because there are no input sections. */

Completed in 13 milliseconds

1 2 3 4 5