OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mergeSection
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h
110
///
mergeSection
- merge target dependent sections
111
bool
mergeSection
(Module& pModule, const Input& pInput, LDSection& pSection);
AArch64LDBackend.cpp
530
bool AArch64GNULDBackend::
mergeSection
(Module& pModule,
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
124
///
mergeSection
- merge target dependent sections.
125
virtual bool
mergeSection
(Module& pModule,
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
124
///
mergeSection
- merge target dependent sections
125
bool
mergeSection
(Module& pModule, const Input& pInput, LDSection& pSection);
ARMLDBackend.cpp
484
bool ARMGNULDBackend::
mergeSection
(Module& pModule,
548
builder.
MergeSection
(pInput, pSection);
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
127
///
mergeSection
- merge target dependent sections
128
bool
mergeSection
(Module& pModule, const Input& pInput, LDSection& pSection);
HexagonLDBackend.cpp
692
bool HexagonLDBackend::
mergeSection
(Module& pModule,
707
builder.
MergeSection
(pInputFile, pInputSection);
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
224
///
mergeSection
- merge target dependent sections
225
bool
mergeSection
(Module& pModule, const Input& pInput, LDSection& pSection);
MipsLDBackend.cpp
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
362
if (!m_LDBackend.
mergeSection
(*m_pModule, **obj, **sect)) {
373
if ((out_sect = builder.
MergeSection
(**obj, **sect)) != NULL) {
393
if ((out_sect = builder.
MergeSection
(**obj, **sect)) != NULL) {
[
all
...]
Completed in 63 milliseconds