Searched refs:IntelIBT (Results 1 – 2 of 2) sorted by relevance
519 class IntelIBT : public X86 { class521 IntelIBT();531 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT533 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()539 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()561 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()724 static IntelIBT t; in getX86TargetInfo()
1060 class IntelIBT : public X86_64 { class1062 IntelIBT();1072 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT1074 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()1080 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()1091 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()1238 static IntelIBT t; in getTargetInfo()