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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 162 uint64_t MipsGNULDBackend::emitSectionData(const LDSection& pSection,
170 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 159 uint64_t X86GNULDBackend::emitSectionData(const LDSection& pSection,
166 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
172 assert(m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 103 emitSectionData(*section, *region);
109 target().emitSectionData(*section, *region);
375 /// emitSectionData
377 ELFObjectWriter::emitSectionData(const LDSection& pSection,
394 emitSectionData(*sd, pRegion);
599 /// emitSectionData
600 void ELFObjectWriter::emitSectionData(const SectionData& pSD,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 312 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection,
376 assert(NULL != m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
382 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 134 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection,
147 assert(m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
    [all...]

Completed in 61 milliseconds