Searched defs:writeGotPlt (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86.cpp | 170 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in X86 533 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in IntelIBT 606 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolinePic 660 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RetpolineNoPic
|
H A D | X86_64.cpp | 414 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { writeGotPlt() function in X86_64 1071 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { writeGotPlt() function in IntelIBT 1129 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {} writeGotPlt() function in __anon55830d3f0311::RetpolineZNow 1142 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { writeGotPlt() function in Retpoline
|
H A D | SystemZ.cpp | 185 void SystemZ::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in SystemZ
|
H A D | Mips.cpp | 207 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in MIPS
|
H A D | PPC.cpp | 193 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in PPC
|
H A D | LoongArch.cpp | 300 void LoongArch::writeGotPlt(uint8_t *buf, const Symbol &s) const { writeGotPlt() function in LoongArch
|
H A D | AArch64.cpp | 235 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { writeGotPlt() function in AArch64
|
H A D | ARM.cpp | 206 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt() function in ARM
|
H A D | RISCV.cpp | 208 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() function in RISCV
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | Target.h | 38 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; in writeGotPlt() function
|