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 78 void emitSectionData(const LDSection& pSection,
115 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 76 /// emitSectionData - write out the section data into the memory region.
91 uint64_t emitSectionData(const LDSection& pSection,
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/Mips/
MipsLDBackend.h 62 /// emitSectionData - write out the section data into the memory region.
76 uint64_t emitSectionData(const LDSection& pSection,
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/Hexagon/
HexagonLDBackend.h 64 /// emitSectionData - write out the section data into the memory region.
79 uint64_t emitSectionData(const LDSection& pSection,
HexagonLDBackend.cpp 134 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection,
147 assert(m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 57 /// emitSectionData - write out the section data into the memory region.
72 uint64_t emitSectionData(const LDSection& pSection,
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/include/mcld/Target/
GNULDBackend.h 118 /// emitSectionData - emit target-dependent section data
119 virtual uint64_t emitSectionData(const LDSection& pSection,

Completed in 229 milliseconds