OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSS
(Results
1 - 6
of
6
) 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/lib/CodeGen/
ELFWriter.cpp
16
// #4. '.
bss
' section (conceptual position in file)
25
// #3. ".
bss
" entry - global variables without initializers. [ if needed ]
198
const MCSectionELF *
BSS
= (const MCSectionELF *)TLOF.getBSSSection();
199
return getSection(
BSS
->getSectionName(),
BSS
->getType(),
BSS
->getFlags(), 4);
391
} else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to
BSS
.
400
// Virtual because the
BSS
space is not allocated on ELF objects
693
// Emit .
bss
section placeholder
696
// 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 342 milliseconds