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

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 30 BSS,
105 LDSection* f_pBSSSection; // .bss __bss
  /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 607 bool Text, Data, BSS;
612 if (error(Section.isBSS(BSS)))
615 (Data ? "DATA " : "") + (BSS ? "BSS" : ""));
628 bool BSS;
635 if (error(Section.isBSS(BSS)))
639 if (BSS) {
640 outs() << format("<skipping contents of bss section at [%04" PRIx64
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 138 * Per-BSS information structure.
143 /* BSS info structure
161 chanspec_t chanspec; /* chanspec for bss */
167 uint8 n_cap; /* BSS is 802.11N Capable */
168 uint32 nbss_cap; /* 802.11N BSS Capabilities (based on HT_CAP_*) */
169 uint8 ctl_ch; /* 802.11N BSS control channel number */
170 uint32 reserved32[1]; /* Reserved for expansion of BSS properties */
172 uint8 reserved[3]; /* Reserved for expansion of BSS properties */
173 uint8 basic_mcs[MCSSET_LEN]; /* 802.11N BSS required MCS set */
185 /* BSS info structur
    [all...]

Completed in 485 milliseconds