OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_sect
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp
45
LDSection*
output_sect
= LDSection::Create(output_name, pKind, pType, pFlag);
local
46
output_sect
->setAlign(pAlign);
47
m_Module.getSectionTable().push_back(
output_sect
);
48
return
output_sect
;
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
2197
LDSection*
output_sect
= pModule.getSection((*rs)->name());
local
[
all
...]
Completed in 25 milliseconds