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

  /external/valgrind/main/drd/tests/
annotate_hb_race.stderr.exp 4 Allocation context: BSS section of annotate_hb_race
tc21_pthonce.stderr.exp 7 Allocation context: BSS section of tc21_pthonce
17 Allocation context: BSS section of tc21_pthonce
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); }
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 33 BSS,
106 LDSection* f_pBSSSection; // .bss __bss
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjWriter.cpp 74 case LDFileFormat::BSS:
ELFObjectReader.cpp 159 /** BSS sections **/
160 case LDFileFormat::BSS: {
163 LDFileFormat::BSS,
ELFFileFormat.cpp 85 f_pBSSSection = &pLinker.getOrCreateOutputSectHdr(".bss",
86 LDFileFormat::BSS,
166 LDFileFormat::BSS,
ELFReader.cpp 59 return LDFileFormat::BSS;
Layout.cpp 564 case LDFileFormat::BSS:
640 // we should not preserve file space for the BSS section.
641 if (LDFileFormat::BSS != m_SectionOrder[index - 1]->kind())
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 393 bool Text, Data, BSS;
396 if (error(si->isBSS(BSS))) return;
398 (Data ? "DATA " : "") + (BSS ? "BSS" : ""));
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 653 // get or create corresponding BSS LDSection
658 LDFileFormat::BSS,
663 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr(".bss",
664 LDFileFormat::BSS,
669 // get or create corresponding BSS MCSectionData
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 826 // get or create corresponding BSS LDSection
831 LDFileFormat::BSS,
836 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr(".bss",
837 LDFileFormat::BSS,
842 // get or create corresponding BSS MCSectionData
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 686 case LDFileFormat::BSS:
894 if (LDFileFormat::BSS != last_sect->kind())
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 510 // get or create corresponding BSS LDSection
515 LDFileFormat::BSS,
520 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr(".bss",
521 LDFileFormat::BSS,
526 // get or create corresponding BSS MCSectionData
  /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 358 milliseconds