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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 105 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 103 emitSectionData(*section, *region);
109 target().emitSectionData(*section, *region);
372 /// emitSectionData
374 ELFObjectWriter::emitSectionData(const LDSection& pSection,
391 emitSectionData(*sd, pRegion);
596 /// emitSectionData
597 void ELFObjectWriter::emitSectionData(const SectionData& pSD,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 748 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection,
812 assert(NULL != m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
818 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 196 uint64_t MipsGNULDBackend::emitSectionData(const LDSection& pSection,
204 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 252 uint64_t X86GNULDBackend::emitSectionData(const LDSection& pSection,
259 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
265 assert(m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
    [all...]

Completed in 45 milliseconds