/external/llvm/lib/Target/Mips/ |
MipsTargetObjectFile.cpp | 47 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
plist.go | 173 s.Type = objabi.SBSS
|
data.go | 77 case objabi.Sxxx, objabi.SBSS:
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/objfile/ |
objfile.go | 181 if (t == sym.SDATA || t == sym.SBSS || t == sym.SNOPTRBSS) && len(data) == 0 && nreloc == 0 { 191 if (s.Type == sym.SDATA || s.Type == sym.SBSS || s.Type == sym.SNOPTRBSS) && len(s.P) == 0 && len(s.R) == 0 { 194 if s.Type != sym.SBSS && s.Type != sym.SNOPTRBSS && !dupok && !s.Attr.DuplicateOK() { 215 if t == sym.SBSS && (s.Type == sym.SRODATA || s.Type == sym.SNOPTRBSS) {
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
plist.go | 173 s.Type = objabi.SBSS
|
data.go | 77 case objabi.Sxxx, objabi.SBSS:
|
/prebuilts/go/linux-x86/src/cmd/link/internal/objfile/ |
objfile.go | 181 if (t == sym.SDATA || t == sym.SBSS || t == sym.SNOPTRBSS) && len(data) == 0 && nreloc == 0 { 191 if (s.Type == sym.SDATA || s.Type == sym.SBSS || s.Type == sym.SNOPTRBSS) && len(s.P) == 0 && len(s.R) == 0 { 194 if s.Type != sym.SBSS && s.Type != sym.SNOPTRBSS && !dupok && !s.Attr.DuplicateOK() { 215 if t == sym.SBSS && (s.Type == sym.SRODATA || s.Type == sym.SNOPTRBSS) {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
ld.s | 45 .sbss
|
/toolchain/binutils/binutils-2.27/ld/scripttempl/ |
mmo.sc | 109 ${RELOCATING+ *(.sbss);}
|
arclinux.sc | 9 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not 24 # OTHER_BSS_SECTIONS - other than .bss .sbss ... 93 # .sbss .gnu.linkonce.sb.foo 113 test -z "$SBSS_NAME" && SBSS_NAME=sbss 175 SBSS=".${SBSS_NAME} ${RELOCATING-0} : 591 ${DATA_SDATA+${SBSS}} 619 ${DATA_SDATA-${SBSS}}
|
elf.sc | 9 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not 24 # OTHER_BSS_SECTIONS - other than .bss .sbss ... 93 # .sbss .gnu.linkonce.sb.foo 113 test -z "$SBSS_NAME" && SBSS_NAME=sbss 175 SBSS=".${SBSS_NAME} ${RELOCATING-0} : 591 ${DATA_SDATA+${SBSS}} 618 ${DATA_SDATA-${SBSS}}
|
visium.sc | 21 # .sbss .gnu.linkonce.sb.foo
|
nds32elf.sc | 22 test -z "$SBSS_NAME" && SBSS_NAME=sbss 80 SBSS=".sbss_b ${RELOCATING-0} : 563 ${SBSS}
|
xstormy16.sc | 50 # .sbss .gnu.linkonce.sb.foo
|
/external/elfutils/tests/ |
run-elfputzdata.sh | 45 Lets compress 22 .sbss, size: 0 83 Lets compress 22 .sbss, size: 0
|
/prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
goobj.go | 75 case objabi.SBSS, objabi.SNOPTRBSS, objabi.STLSBSS:
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
goobj.go | 75 case objabi.SBSS, objabi.SNOPTRBSS, objabi.STLSBSS:
|
/toolchain/binutils/binutils-2.27/bfd/ |
elf32-i370.c | 416 /* We have to create .dynsbss and .rela.sbss here so that they get mapped 442 s = bfd_make_section_anyway_with_flags (abfd, ".rela.sbss", 524 allocate it in .sbss. FIXME: It would be better to do this if and 542 srel = bfd_get_linker_section (dynobj, ".rela.sbss"); 619 ".rela.sdata2", ".rela.sbss", [all...] |
/external/syslinux/gpxe/src/drivers/net/ |
bnx2.c | [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readelf.c | 710 "/ .bss / .sbss svma ranges\n", [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
symtab.go | 346 ctxt.xdefine("runtime.bss", sym.SBSS, 0) 347 ctxt.xdefine("runtime.ebss", sym.SBSS, 0) 350 ctxt.xdefine("runtime.end", sym.SBSS, 0)
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
symtab.go | 346 ctxt.xdefine("runtime.bss", sym.SBSS, 0) 347 ctxt.xdefine("runtime.ebss", sym.SBSS, 0) 350 ctxt.xdefine("runtime.end", sym.SBSS, 0)
|
/toolchain/binutils/binutils-2.27/gold/ |
common.cc | 274 name = ".sbss";
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 106 Name == ".sbss" || 107 Name.startswith(".sbss.") ||
|
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-microblaze.c | 300 /* sbss. */ 301 obj_elf_change_section (".sbss", SHT_NOBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0); 303 sbss_segment = subseg_new (".sbss", 0); 390 {"sbss", microblaze_s_bss, 1}, [all...] |