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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 197 RegionSize += emitGOTSectionData(pRegion);
407 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const
409 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
555 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const
557 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 172 RegionSize += emitGOTSectionData(pRegion);
321 uint64_t HexagonLDBackend::emitGOTSectionData(MemoryRegion& pRegion) const
323 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
    [all...]

Completed in 212 milliseconds