Home
last modified time | relevance | path

Searched refs:emitSectionData (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h73 void emitSectionData(const LDSection& pSection, MemoryRegion& pRegion) const;
112 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp97 emitSectionData(*section, region); in writeSection()
109 target().emitSectionData(*section, region); in writeSection()
381 void ELFObjectWriter::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::ELFObjectWriter
397 emitSectionData(*sd, pRegion); in emitSectionData()
404 emitSectionData(*pFrame.getSectionData(), pRegion); in emitEhFrame()
649 void ELFObjectWriter::emitSectionData(const SectionData& pSD, in emitSectionData() function in mcld::ELFObjectWriter
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h79 uint64_t emitSectionData(const LDSection& pSection,
DAArch64LDBackend.cpp263 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h89 uint64_t emitSectionData(const LDSection& pSection,
DARMLDBackend.cpp321 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h78 uint64_t emitSectionData(const LDSection& pSection,
DHexagonLDBackend.cpp135 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h72 uint64_t emitSectionData(const LDSection& pSection,
DX86LDBackend.cpp158 uint64_t X86GNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h80 uint64_t emitSectionData(const LDSection& pSection,
DMipsLDBackend.cpp250 uint64_t MipsGNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h118 virtual uint64_t emitSectionData(const LDSection& pSection,