Searched refs:IntelIBT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp423 class IntelIBT : public X86 { class in namespace:__anon2690
425 IntelIBT();
435 IntelIBT::IntelIBT() { pltHeaderSize = 0; } function in class:IntelIBT
437 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const {
443 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym,
465 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const {
628 static IntelIBT t;
H A DX86_64.cpp902 class IntelIBT : public X86_64 { class in namespace:__anon2693
904 IntelIBT();
914 IntelIBT::IntelIBT() { pltHeaderSize = 0; } function in class:IntelIBT
916 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const {
922 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym,
933 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const {
1080 static IntelIBT t;

Completed in 59 milliseconds