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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 127 virtual uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
180 uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
220 uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
X86LDBackend.cpp 201 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
427 uint64_t X86_32GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion,
430 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
575 uint64_t X86_64GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion,
578 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 171 virtual uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
HexagonLDBackend.cpp 176 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
369 uint64_t HexagonLDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion,
372 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
    [all...]

Completed in 29 milliseconds