Home
last modified time | relevance | path

Searched refs:writeGotPltHeader (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
170 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
H A DX86_64.cpp32 void writeGotPltHeader(uint8_t *buf) const override;
131 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86_64
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *Buf) const override;
159 void X86::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86
H A DX86_64.cpp32 void writeGotPltHeader(uint8_t *Buf) const override;
123 template <class ELFT> void X86_64<ELFT>::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86_64
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *Buf) const override;
158 void X86::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86
H A DX86_64.cpp32 void writeGotPltHeader(uint8_t *Buf) const override;
122 template <class ELFT> void X86_64<ELFT>::writeGotPltHeader(uint8_t *Buf) const { in writeGotPltHeader() function in X86_64
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
176 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/Arch/
H A DX86.cpp31 void writeGotPltHeader(uint8_t *buf) const override;
172 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in lld::elf::X86
H A DX86_64.cpp33 void writeGotPltHeader(uint8_t *buf) const override;
133 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in lld::elf::X86_64
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
176 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
176 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
174 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/ELF/Arch/
H A DX86.cpp31 void writeGotPltHeader(uint8_t *buf) const override;
172 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in lld::elf::X86
H A DX86_64.cpp33 void writeGotPltHeader(uint8_t *buf) const override;
133 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in lld::elf::X86_64
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
174 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
174 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
174 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
174 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
174 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DX86.cpp30 void writeGotPltHeader(uint8_t *buf) const override;
174 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() function in X86
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/ELF/
H A DTarget.h31 virtual void writeGotPltHeader(uint8_t *Buf) const {} in writeGotPltHeader() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/
H A DTarget.h29 virtual void writeGotPltHeader(uint8_t *Buf) const {} in writeGotPltHeader() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/
H A DTarget.h32 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/
H A DTarget.h32 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/ELF/
H A DTarget.h32 virtual void writeGotPltHeader(uint8_t *buf) const {} in writeGotPltHeader() function

123