Searched refs:emitSectionData (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjWriter.cpp102 emitSectionData(m_Linker.getLayout(), *sect, *region);
109 target().emitSectionData(pOutput,
H A DELFExecWriter.cpp105 emitSectionData(m_Linker.getLayout(), *sect, *region);
112 target().emitSectionData(pOutput,
H A DELFWriter.cpp398 /// emitSectionData
400 ELFWriter::emitSectionData(const Layout& pLayout, function in class:ELFWriter
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFWriter.h82 void emitSectionData(const Layout& pLayout,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h102 /// emitSectionData - write out the section data into the memory region.
119 uint64_t emitSectionData(const Output& pOutput,
H A DMipsLDBackend.cpp244 uint64_t MipsGNULDBackend::emitSectionData(const Output& pOutput, function in class:mcld::MipsGNULDBackend
255 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h114 /// emitSectionData - write out the section data into the memory region.
131 uint64_t emitSectionData(const Output& pOutput,
H A DX86LDBackend.cpp517 uint64_t X86GNULDBackend::emitSectionData(const Output& pOutput, function in class:X86GNULDBackend
527 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
533 assert(m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
559 assert(m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
575 assert(m_pGOTPLT && "emitSectionData failed, m_pGOTPLT is NULL!");
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h153 /// emitSectionData - write out the section data into the memory region.
170 uint64_t emitSectionData(const Output& pOutput,
H A DARMLDBackend.cpp757 uint64_t ARMGNULDBackend::emitSectionData(const Output& pOutput, function in class:ARMGNULDBackend
809 assert(NULL != m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
815 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h183 /// emitSectionData - emit target-dependent section data
184 virtual uint64_t emitSectionData(const Output& pOutput,

Completed in 100 milliseconds