/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | MSP430.cpp | 62 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() function in MSP430
|
H A D | SPARCV9.cpp | 87 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, in relocate() function in SPARCV9
|
H A D | AMDGPU.cpp | 151 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() function in AMDGPU
|
H A D | AVR.cpp | 119 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() function in AVR
|
H A D | Hexagon.cpp | 256 void Hexagon::relocate(uint8_t *loc, const Relocation &rel, in relocate() function in Hexagon
|
H A D | Mips.cpp | 568 void MIPS<ELFT>::relocate(uint8_t *loc, const Relocation &rel, in relocate() function in MIPS
|
H A D | PPC.cpp | 310 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { relocate() function in PPC
|
H A D | X86.cpp | 283 void X86::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() function in X86
|
H A D | LoongArch.cpp | 550 void LoongArch::relocate(uint8_t *loc, const Relocation &rel, in relocate() function in LoongArch
|
H A D | AArch64.cpp | 449 void AArch64::relocate(uint8_t *loc, const Relocation &rel, in relocate() function in AArch64
|
H A D | X86_64.cpp | 765 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() function in X86_64
|
H A D | ARM.cpp | 597 void ARM::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() function in ARM
|
H A D | RISCV.cpp | 335 void RISCV::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() function in RISCV
|
H A D | PPC64.cpp | 1259 void PPC64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() function in PPC64
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.cpp | 1099 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate() function in InputSectionBase
|