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

  /frameworks/compile/mclinker/lib/Target/X86/
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.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