Searched refs:BSS (Results 1 - 15 of 15) sorted by last modified time

/external/valgrind/drd/tests/
H A Dannotate_hb_race.stderr.exp4 Allocation context: BSS section of annotate_hb_race
H A Dstd_thread2.stderr.exp5 Allocation context: BSS section of std_thread2
H A Dtc21_pthonce.stderr.exp7 Allocation context: BSS section of tc21_pthonce
17 Allocation context: BSS section of tc21_pthonce
/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp286 return ELFObjectWriter::BSS;
385 case BSS: {
416 assert(ST == BSS || ST == ROData);
422 assert(ST != BSS);
H A DIceELFObjectWriter.h94 enum SectionType { ROData = 0, Data, BSS, NumSectionTypes }; enumerator in enum:Ice::ELFObjectWriter::SectionType
/external/syslinux/core/
H A Ddiskboot.inc121 mov sp,StackBuf-2 ; Just below BSS (-2 for alignment)
/external/syslinux/diag/geodsp/
H A Dgeodsp1s.asm84 mov sp,StackBuf-2 ; Just below BSS (-2 for alignment)
/external/syslinux/mbr/
H A Doldmbr.asm228 ; BSS data; put at 800h
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DSectionKind.h88 /// BSS - Zero initialized writeable data.
89 BSS, enumerator in enum:llvm::SectionKind::Kind
91 /// BSSLocal - This is BSS (zero initialized and writable) data
95 /// BSSExtern - This is BSS data with normal external linkage.
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
225 static SectionKind getBSS() { return get(BSS); }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.cpp196 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection(); local
197 return getSection(BSS->getSectionName(), BSS->getType(), BSS->getFlags(), 4);
389 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS.
398 // Virtual because the BSS space is not allocated on ELF objects
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A Dllvm-objdump.cpp361 bool Text, Data, BSS;
364 if (error(si->isBSS(BSS))) return;
366 (Data ? "DATA " : "") + (BSS ? "BSS" : ""));
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1338 bool BSS = Section.isBSS();
1340 (Data ? "DATA " : "") + (BSS ? "BSS" : ""));
/external/llvm/include/llvm/MC/
H A DSectionKind.h86 /// BSS - Zero initialized writeable data.
87 BSS, enumerator in enum:llvm::SectionKind::Kind
89 /// BSSLocal - This is BSS (zero initialized and writable) data
93 /// BSSExtern - This is BSS data with normal external linkage.
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
191 static SectionKind getBSS() { return get(BSS); }
/external/boringssl/src/util/fipstools/testdata/x86_64-BSS/
H A Din.s4 # BSS declarations emit accessors.
8 # BSS symbols may also be emitted in .bss sections.
H A Dout.s6 # BSS declarations emit accessors.
10 # BSS symbols may also be emitted in .bss sections.

Completed in 460 milliseconds