OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BSS
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h
32
BSS
,
106
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
560
bool Text, Data,
BSS
;
563
if (error(si->isBSS(
BSS
))) return;
565
(Data ? "DATA " : "") + (
BSS
? "
BSS
" : ""));
581
bool
BSS
;
585
if (error(si->isBSS(
BSS
))) continue;
588
if (
BSS
) {
589
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 187 milliseconds