Searched refs:BSS (Results 1 - 5 of 5) sorted by relevance

/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/llvm/include/llvm/MC/
H A DSectionKind.h87 /// BSS - Zero initialized writeable data.
88 BSS, enumerator in enum:llvm::SectionKind::Kind
90 /// BSSLocal - This is BSS (zero initialized and writable) data
94 /// BSSExtern - This is BSS data with normal external linkage.
175 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
223 static SectionKind getBSS() { return get(BSS); }
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp491 bool BSS = Section.isBSS(); local
493 (Data ? "DATA " : "") + (BSS ? "BSS" : ""));

Completed in 337 milliseconds