OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mergeSection
(Results
1 - 6
of
6
) 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.h
115
///
mergeSection
- merge target dependent sections
116
bool
mergeSection
(Module& pModule, LDSection& pSection);
ARMLDBackend.cpp
398
bool ARMGNULDBackend::
mergeSection
(Module& pModule, LDSection& pSection)
418
return builder.
MergeSection
(pSection);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
128
///
mergeSection
- merge target dependent sections
129
bool
mergeSection
(Module& pModule, LDSection& pSection);
HexagonLDBackend.cpp
687
bool HexagonLDBackend::
mergeSection
(Module& pModule, LDSection& pInputSection)
702
return builder.
MergeSection
(pInputSection);
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
257
if (!m_LDBackend.
mergeSection
(*m_pModule, **sect)) {
268
if (NULL == (out_sect = builder.
MergeSection
(**sect))) {
286
if (NULL == (out_sect = builder.
MergeSection
(**sect))) {
Completed in 620 milliseconds