Searched defs:emitSectionData (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp398 /// emitSectionData
400 ELFWriter::emitSectionData(const Layout& pLayout, function in class:ELFWriter
/frameworks/compile/mclinker/lib/Target/ARM/
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/lib/Target/X86/
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/Mips/
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!");

Completed in 4456 milliseconds