/freebsd-src/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 | 130 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { 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 | 244 void Hexagon::relocate(uint8_t *loc, const Relocation &rel, relocate() function in Hexagon
|
H A D | SystemZ.cpp | 481 void SystemZ::relocate(uint8_t *loc, const Relocation &rel, in relocate() function in SystemZ
|
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 | 317 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in 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 | 517 void LoongArch::relocate(uint8_t *loc, const Relocation &rel, relocate() function in LoongArch
|
H A D | AArch64.cpp | 365 void AArch64::relocate(uint8_t *loc, const Relocation &rel, relocate() function in AArch64
|
H A D | X86_64.cpp | 762 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { relocate() function in X86_64
|
H A D | ARM.cpp | 520 void ARM::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { 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 [all...] |
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.cpp | 1046 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { relocate() function in InputSectionBase
|