OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateSectionAlign
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h
75
///
UpdateSectionAlign
- update alignment for input section
76
static void
UpdateSectionAlign
(LDSection& pTo, const LDSection& pFrom);
/frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp
82
UpdateSectionAlign
(*target, pInputSection);
93
UpdateSectionAlign
(*target, pInputSection);
140
void ObjectBuilder::
UpdateSectionAlign
(LDSection& pTo, const LDSection& pFrom)
Completed in 68 milliseconds