Searched refs:writeGotPltHeader (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
176 void X86::writeGotPltHeader(uint8_t *buf) const { function in class:X86
H A DX86_64.cpp33 void writeGotPltHeader(uint8_t *buf) const override;
368 void X86_64::writeGotPltHeader(uint8_t *buf) const { function in class:X86_64
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h32 virtual void writeGotPltHeader(uint8_t *buf) const {} function in class:lld::elf::TargetInfo
H A DSyntheticSections.cpp1107 target->writeGotPltHeader(buf);

Completed in 125 milliseconds