Searched refs:relocateAlloc (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 160 void TargetInfo::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in TargetInfo
|
H A D | Target.h | 94 virtual void relocateAlloc(InputSectionBase &sec, uint8_t *buf) const;
|
H A D | AArch64ErrataFix.cpp | 416 target->relocateAlloc(*this, buf); in writeTo()
|
H A D | ARMErrataFix.cpp | 185 target->relocateAlloc(*this, buf); in writeTo()
|
H A D | InputSection.cpp | 1104 target->relocateAlloc(*this, buf); in relocate()
|
H A D | SyntheticSections.cpp | 644 target->relocateAlloc(*s, buf); in writeTo() 722 target->relocateAlloc(*this, buf); in writeTo() 4186 target->relocateAlloc(*d, buf + offset); in writeTo()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 54 void relocateAlloc(InputSectionBase &sec, uint8_t *buf) const override; 496 void PPC::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() 489 void PPC::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in PPC
|
H A D | X86.cpp | 41 void relocateAlloc(InputSectionBase &sec, uint8_t *buf) const override; 484 void X86::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in X86
|
H A D | X86_64.cpp | 47 void relocateAlloc(InputSectionBase &sec, uint8_t *buf) const override; 1035 void X86_64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in X86_64
|
H A D | AArch64.cpp | 53 void relocateAlloc(InputSectionBase &sec, uint8_t *buf) const override; 872 void AArch64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in AArch64
|
H A D | PPC64.cpp | 195 void relocateAlloc(InputSectionBase &sec, uint8_t *buf) const override; 1563 void PPC64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in PPC64
|
H A D | RISCV.cpp | 46 void relocateAlloc(InputSectionBase &sec, uint8_t *buf) const override; 593 void RISCV::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in RISCV
|