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

1 2 3 4 5 6 7 8 910

  /src/sys/modules/xldscripts/
kmodule 5 /* Pre-loaded modules must have merged BSS and data. */
9 *(.bss)
10 *(.bss.*)
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
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. */
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.*)
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) }
module.ldscript 30 .bss : { *(.bss) *(COMMON) }
  /src/sys/arch/mmeye/conf/
shl.x 21 .bss :
24 *(.bss)
shl.x 21 .bss :
24 *(.bss)
  /src/sys/arch/hppa/stand/boot/
ld.script 34 .bss : {
37 *(.bss)
ld.script 34 .bss : {
37 *(.bss)
  /src/sys/arch/hppa/stand/cdboot/
ld.script 34 .bss : {
37 *(.bss)
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.*)
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.*)
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. */
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.*)
  /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.*)

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 910