Searched refs:writeGotPlt (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DX86.cpp32 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
170 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:X86
522 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
533 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:IntelIBT
584 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
593 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
606 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:RetpolinePic
660 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:RetpolineNoPic
H A DX86_64.cpp33 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
372 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:X86_64
373 // See comments in X86::writeGotPlt.
1014 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1025 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:IntelIBT
1074 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1083 void writeGotPlt(uint8_t *buf, const Symbol &s) const override {}
1096 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:Retpoline
H A DPPC.cpp44 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
94 // instruction in .glink, filled in by PPC::writeGotPlt().
193 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:PPC
H A DARM.cpp31 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
185 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { function in class:ARM
H A DMips.cpp32 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
207 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { function in class:MIPS
H A DAArch64.cpp38 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
230 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { function in class:AArch64
H A DRISCV.cpp36 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
193 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:RISCV
/openbsd-current/gnu/llvm/lld/ELF/
H A DTarget.h36 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; function in class:lld::elf::TargetInfo
H A DSyntheticSections.cpp1155 target->writeGotPlt(buf, *b);

Completed in 307 milliseconds