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()
1011 class IntelIBT : public X86_64 { class1013 IntelIBT();1023 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT1025 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()1031 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()1042 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()1190 static IntelIBT t; in getTargetInfo()1194 static IntelIBT t; in getTargetInfo()