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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  215 void AArch64::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
  630 void AArch64BtiPac::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
tools/lld/ELF/Arch/ARM.cpp
  233 void ARM::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
tools/lld/ELF/Arch/Hexagon.cpp
  305 void Hexagon::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
tools/lld/ELF/Arch/Mips.cpp
   35   void writePlt(uint8_t *buf, uint64_t gotPltEntryAddr, uint64_t pltEntryAddr,
  309 void MIPS<ELFT>::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
tools/lld/ELF/Arch/PPC.cpp
   34   void writePlt(uint8_t *buf, uint64_t gotPltEntryAddr, uint64_t pltEntryAddr,
tools/lld/ELF/Arch/PPC64.cpp
  670 void PPC64::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
tools/lld/ELF/Arch/RISCV.cpp
  165 void RISCV::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
tools/lld/ELF/Arch/SPARCV9.cpp
  127 void SPARCV9::writePlt(uint8_t *buf, uint64_t gotEntryAddr,
tools/lld/ELF/Arch/X86.cpp
  216 void X86::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
  462 void RetpolinePic::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
  520 void RetpolineNoPic::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
tools/lld/ELF/Arch/X86_64.cpp
  158 void X86_64::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
  631 void Retpoline::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,
  674 void RetpolineZNow::writePlt(uint8_t *buf, uint64_t gotPltEntryAddr,

References

tools/lld/ELF/SyntheticSections.cpp
 2484     target->writePlt(buf + off, got, plt, b->pltIndex, relOff);