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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 123 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const = 0;
180 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
222 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
X86LDBackend.cpp 191 RegionSize += emitGOTSectionData(pRegion);
468 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const {
469 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
653 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const {
654 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 164 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
HexagonLDBackend.cpp 170 RegionSize += emitGOTSectionData(pRegion);
304 uint64_t HexagonLDBackend::emitGOTSectionData(MemoryRegion& pRegion) const {
305 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
    [all...]

Completed in 124 milliseconds