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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 82 void emitSectionData(const LDSection& pSection,
119 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 58 /// emitSectionData - write out the section data into the memory region.
73 uint64_t emitSectionData(const LDSection& pSection,
HexagonLDBackend.cpp 105 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 75 /// emitSectionData - write out the section data into the memory region.
89 uint64_t emitSectionData(const LDSection& pSection,
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/ARM/
ARMLDBackend.h 129 /// emitSectionData - write out the section data into the memory region.
144 uint64_t emitSectionData(const LDSection& pSection,
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/X86/
X86LDBackend.h 101 /// emitSectionData - write out the section data into the memory region.
116 uint64_t emitSectionData(const LDSection& pSection,
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...]
  /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/include/mcld/Target/
GNULDBackend.h 124 /// emitSectionData - emit target-dependent section data
125 virtual uint64_t emitSectionData(const LDSection& pSection,

Completed in 97 milliseconds