OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitSectionData
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp
268
uint64_t AArch64GNULDBackend::
emitSectionData
(const LDSection& pSection,
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp
158
uint64_t X86GNULDBackend::
emitSectionData
(const LDSection& pSection,
164
"ELFFileFormat is NULL in X86GNULDBackend::
emitSectionData
!");
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
97
emitSectionData
(*section, region);
109
target().
emitSectionData
(*section, region);
380
///
emitSectionData
381
void ELFObjectWriter::
emitSectionData
(const LDSection& pSection,
397
emitSectionData
(*sd, pRegion);
404
emitSectionData
(*pFrame.getSectionData(), pRegion);
648
///
emitSectionData
649
void ELFObjectWriter::
emitSectionData
(const SectionData& pSD,
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
389
uint64_t ARMGNULDBackend::
emitSectionData
(const LDSection& pSection,
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
136
uint64_t HexagonLDBackend::
emitSectionData
(const LDSection& pSection,
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
260
uint64_t MipsGNULDBackend::
emitSectionData
(const LDSection& pSection,
[
all
...]
Completed in 3421 milliseconds