Searched refs:writeIgotPlt (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86.cpp | 33 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 184 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
|
| H A D | RISCV.cpp | 30 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 174 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
|
| H A D | ARM.cpp | 34 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 175 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
|
| H A D | X86_64.cpp | 35 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override; 384 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 35 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
|
| H A D | SyntheticSections.cpp | 1204 target->writeIgotPlt(buf, *b); in writeTo()
|