OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bss_section
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h
574
extern GTY(()) section *
bss_section
;
variable
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h
574
extern GTY(()) section *
bss_section
;
variable
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h
574
extern GTY(()) section *
bss_section
;
variable
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h
574
extern GTY(()) section *
bss_section
;
variable
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp
247
SectionData*
bss_section
= NULL;
local
249
bss_section
= bss_sect_hdr->getSectionData();
251
bss_section
= IRBuilder::CreateSectionData(*bss_sect_hdr);
260
*
bss_section
,
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
116
SectionData*
bss_section
= NULL;
local
118
bss_section
= bss_sect_hdr->getSectionData();
120
bss_section
= IRBuilder::CreateSectionData(*bss_sect_hdr);
129
*
bss_section
,
[
all
...]
/external/valgrind/main/perf/
tinycc.c
2330
static Section *text_section, *data_section, *
bss_section
; \/* predefined sections *\/
variable
[
all
...]
Completed in 153 milliseconds