HomeSort by relevance Sort by last modified time
    Searched full:sbss (Results 251 - 275 of 384) sorted by null

<<111213141516

  /toolchain/binutils/binutils-2.27/gas/config/
obj-ecoff.c 41 /* Set the section VMA values. We force the .sdata and .sbss
44 put the .bss section after the .sbss section.
70 ".sbss", ".bss",
tc-microblaze.h 86 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, \
tc-nios2.h 89 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
PioFlush.s 40 .section .sbss, "was", "nobits"
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 32 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetObjectFile.cpp 36 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/syslinux/efi/i386/
syslinux.ld 149 *(.sbss)
  /external/syslinux/efi/
syslinux.ld 153 *(.sbss)
  /external/syslinux/efi/x86_64/
syslinux.ld 149 *(.sbss)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16-hilo-match.s 103 .section .sbss,"aw",@nobits
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
ldb-r2.s 10 # the small symbols should have space allocated in the sbss section
ldb.s 10 # the small symbols should have space allocated in the sbss section
ldh-r2.s 10 # the small symbols should have space allocated in the sbss section
ldh.s 10 # the small symbols should have space allocated in the sbss section
ldw-r2.s 10 # the small symbols should have space allocated in the sbss section
ldw.s 10 # the small symbols should have space allocated in the sbss section
stb-r2.s 10 # the small symbols should have space allocated in the sbss section
stb.s 10 # the small symbols should have space allocated in the sbss section
sth-r2.s 10 # the small symbols should have space allocated in the sbss section
sth.s 10 # the small symbols should have space allocated in the sbss section
stw-r2.s 10 # the small symbols should have space allocated in the sbss section
stw.s 10 # the small symbols should have space allocated in the sbss section
  /toolchain/binutils/binutils-2.27/ld/scripttempl/
nw.sc 126 .sbss ${RELOCATING-0} : { *(.sbss) *(.scommon) }
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfcomm/
elfcomm.exp 72 # Note: The second regexp is for targets which put small commons in a .sbss
75 && ![regexp ".*sbss.*var_8.*var_4.*var_2.*var_1.*bss.*var_16.*" $exec_output] } {
  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 36 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS,

Completed in 941 milliseconds

<<111213141516