OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bss_section
(Results
1 - 5
of
5
) sorted by null
/external/flac/libFLAC/ia32/
nasm.h
37
%idefine
bss_section
section .bss align=32 class=DATA use32
42
%idefine
bss_section
section .bss
47
%idefine
bss_section
section .bss
51
%idefine
bss_section
section .bss align=32
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp
410
SectionData *
bss_section
= NULL;
local
412
bss_section
= bss_sect_hdr->getSectionData();
414
bss_section
= IRBuilder::CreateSectionData(*bss_sect_hdr);
422
uint64_t size = ObjectBuilder::AppendFragment(*frag, *
bss_section
, addralign);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h
512
extern GTY(()) section *
bss_section
;
variable
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
238
SectionData*
bss_section
= NULL;
local
240
bss_section
= bss_sect_hdr->getSectionData();
242
bss_section
= IRBuilder::CreateSectionData(*bss_sect_hdr);
251
*
bss_section
,
[
all
...]
/external/valgrind/main/perf/
tinycc.c
2330
static Section *text_section, *data_section, *
bss_section
; \/* predefined sections *\/
variable
[
all
...]
Completed in 879 milliseconds