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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 198 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const = 0;
267 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
317 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
X86LDBackend.cpp 290 RegionSize += emitGOTSectionData(pRegion);
867 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const
869 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
    [all...]

Completed in 47 milliseconds