OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateBSS
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/
IRBuilder.h
283
///
CreateBSS
- To create a bss section for given pSection
291
static SectionData*
CreateBSS
(LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp
243
IRBuilder::
CreateBSS
(**section);
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
405
builder.
CreateBSS
(*bss);
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
353
///
CreateBSS
- To create a bss section for given pSection
354
SectionData* IRBuilder::
CreateBSS
(LDSection& pSection)
Completed in 608 milliseconds