OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mergeSection
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
114
///
mergeSection
- merge target dependent sections.
115
virtual bool
mergeSection
(Module& pModule, LDSection& pInputSection)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
398
bool ARMGNULDBackend::
mergeSection
(Module& pModule, LDSection& pSection)
418
return builder.
MergeSection
(pSection);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
687
bool HexagonLDBackend::
mergeSection
(Module& pModule, LDSection& pInputSection)
702
return builder.
MergeSection
(pInputSection);
[
all
...]
Completed in 57 milliseconds