Searched refs:IntelIBT (Results 1 – 2 of 2) sorted by relevance
488 class IntelIBT : public X86 { class490 IntelIBT();500 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT502 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()508 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()530 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()693 static IntelIBT t; in getX86TargetInfo()
981 class IntelIBT : public X86_64 { class983 IntelIBT();993 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT995 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()1001 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()1012 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()1159 static IntelIBT t; in getTargetInfo()