Searched refs:getRelocTargetVA (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.h | 210 static uint64_t getRelocTargetVA(const InputFile *File, RelType Type,
|
| H A D | InputSection.cpp | 678 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type, in getRelocTargetVA() function in InputSectionBase 763 return getRelocTargetVA(file, hiRel->type, hiRel->addend, sym.getVA(), in getRelocTargetVA() 1037 getRelocTargetVA(file, type, rel.addend, addrLoc, *rel.sym, expr), in relocateAlloc()
|
| H A D | SyntheticSections.cpp | 1586 return InputSection::getRelocTargetVA(inputSec->file, type, addend, in computeAddend()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 187 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation()
|