HomeSort by relevance Sort by last modified time
    Searched refs:BSS (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/drd/tests/
annotate_hb_race.stderr.exp 4 Allocation context: BSS section of annotate_hb_race
annotate_trace_memory.stderr.exp 13 Allocation context: BSS section of tsan_unittest
  /external/llvm/include/llvm/MC/
SectionKind.h 88 /// BSS - Zero initialized writeable data.
89 BSS,
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/llvm/tools/llvm-objdump/
llvm-objdump.cpp 365 bool Text, Data, BSS;
368 if (error(si->isBSS(BSS))) return;
370 (Data ? "DATA " : "") + (BSS ? "BSS" : ""));
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 16 // #4. '.bss' section (conceptual position in file)
25 // #3. ".bss" entry - global variables without initializers. [ if needed ]
196 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection();
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
691 // Emit .bss section placeholder
694 // Build and emit data, bss and "common" sections
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 153 uint32 BSS;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 153 uint32 BSS;
    [all...]

Completed in 308 milliseconds