Searched refs:getRelocTargetVA (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputSection.h | 198 static uint64_t getRelocTargetVA(const InputFile *File, RelType Type,
|
| H A D | InputSection.cpp | 614 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type, in getRelocTargetVA() function in InputSectionBase 701 return getRelocTargetVA(file, hiRel->type, hiRel->addend, sym.getVA(), in getRelocTargetVA() 989 SignExtend64(getRelocTargetVA(file, rel.type, rel.addend, addrLoc, in relocateAlloc()
|
| H A D | SyntheticSections.cpp | 1586 return InputSection::getRelocTargetVA(inputSec->file, type, addend, in computeAddend()
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 190 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation()
|