reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  190 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const {
tools/lld/ELF/Arch/ARM.cpp
  153 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const {
tools/lld/ELF/Arch/Mips.cpp
   33   void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
  196 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const {
tools/lld/ELF/Arch/PPC.cpp
  166 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const {
tools/lld/ELF/Arch/RISCV.cpp
  137 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const {
tools/lld/ELF/Arch/X86.cpp
  175 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const {
  437 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const {
  490 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const {
tools/lld/ELF/Arch/X86_64.cpp
  140 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const {
  593   void writeGotPlt(uint8_t *buf, const Symbol &s) const override {}
  605 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const {

References

tools/lld/ELF/SyntheticSections.cpp
 1107     target->writeGotPlt(buf, *b);
tools/lld/ELF/Target.cpp
  147   writeGotPlt(buf, s);