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 125 virtual uint64_t emitGOTPLTSectionData(
182 uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
224 uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
X86LDBackend.cpp 194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
487 uint64_t X86_32GNULDBackend::emitGOTPLTSectionData(
490 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
672 uint64_t X86_64GNULDBackend::emitGOTPLTSectionData(
675 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 166 virtual uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
HexagonLDBackend.cpp 174 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
348 uint64_t HexagonLDBackend::emitGOTPLTSectionData(
352 "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
    [all...]

Completed in 377 milliseconds