HomeSort by relevance Sort by last modified time
    Searched refs:emitSectionData (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ELFDynObjWriter.cpp 102 emitSectionData(m_Linker.getLayout(), *sect, *region);
109 target().emitSectionData(pOutput,
ELFExecWriter.cpp 105 emitSectionData(m_Linker.getLayout(), *sect, *region);
112 target().emitSectionData(pOutput,
ELFWriter.cpp 398 /// emitSectionData
400 ELFWriter::emitSectionData(const Layout& pLayout,
  /frameworks/compile/mclinker/include/mcld/LD/
ELFWriter.h 82 void emitSectionData(const Layout& pLayout,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 102 /// emitSectionData - write out the section data into the memory region.
119 uint64_t emitSectionData(const Output& pOutput,
MipsLDBackend.cpp 244 uint64_t MipsGNULDBackend::emitSectionData(const Output& pOutput,
255 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 114 /// emitSectionData - write out the section data into the memory region.
131 uint64_t emitSectionData(const Output& pOutput,
X86LDBackend.cpp 517 uint64_t X86GNULDBackend::emitSectionData(const Output& pOutput,
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/
ARMLDBackend.h 153 /// emitSectionData - write out the section data into the memory region.
170 uint64_t emitSectionData(const Output& pOutput,
ARMLDBackend.cpp 757 uint64_t ARMGNULDBackend::emitSectionData(const Output& pOutput,
809 assert(NULL != m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
815 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 183 /// emitSectionData - emit target-dependent section data
184 virtual uint64_t emitSectionData(const Output& pOutput,

Completed in 184 milliseconds