Home
last modified time | relevance | path

Searched refs:getRelocTargetVA (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.h198 static uint64_t getRelocTargetVA(const InputFile *File, RelType Type,
H A DInputSection.cpp614 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 DSyntheticSections.cpp1586 return InputSection::getRelocTargetVA(inputSec->file, type, addend, in computeAddend()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86_64.cpp190 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation()