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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 24 HexagonPLT0::HexagonPLT0(SectionData& pParent)
51 new HexagonPLT0(*m_SectionData);
164 plt_base + HexagonPLT0::EntrySize; //Offset of PLT0
204 memcpy(buffer, llvm::cast<HexagonPLT0>((*it)).getValue(), HexagonPLT0::EntrySize);
205 result += HexagonPLT0::EntrySize;
HexagonPLT.h 53 class HexagonPLT0 : public PLT::Entry<sizeof(hexagon_plt0)>
56 HexagonPLT0(SectionData& pParent);

Completed in 54 milliseconds