Searched refs:getRelocTargetVA (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 170 sec.getRelocTargetVA(sec.file, rel.type, rel.addend, in relocateAlloc()
|
H A D | InputSection.cpp | 718 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type, in getRelocTargetVA() function in InputSectionBase 746 return getRelocTargetVA(file, type, a, p, sym, R_GOT); in getRelocTargetVA() 823 return getRelocTargetVA(file, hiRel->type, hiRel->addend, sym.getVA(), in getRelocTargetVA()
|
H A D | InputSection.h | 247 static uint64_t getRelocTargetVA(const InputFile *File, RelType Type,
|
H A D | SyntheticSections.cpp | 1603 uint64_t ca = InputSection::getRelocTargetVA(inputSec->file, type, addend, in computeAddend()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 183 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation() 334 uint64_t v = sec->getRelocTargetVA( in relaxOnce() 1046 sec.getRelocTargetVA(sec.file, rel.type, rel.addend, in relocateAlloc()
|
H A D | PPC.cpp | 503 sec.getRelocTargetVA(sec.file, rel.type, rel.addend, in relocateAlloc()
|
H A D | X86.cpp | 491 sec.getRelocTargetVA(sec.file, rel.type, rel.addend, in relocateAlloc()
|
H A D | AArch64.cpp | 883 sec.getRelocTargetVA(sec.file, rel.type, rel.addend, in relocateAlloc()
|
H A D | PPC64.cpp | 1573 sec.getRelocTargetVA(sec.file, rel.type, rel.addend, in relocateAlloc()
|
H A D | RISCV.cpp | 606 sec.getRelocTargetVA(sec.file, rel.type, rel.addend, in relocateAlloc()
|