Home
last modified time | relevance | path

Searched defs:writeGotPltHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDTarget.h32 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86.cpp172 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in lld::elf::X86
HDX86_64.cpp133 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in lld::elf::X86_64