Home
last modified time | relevance | path

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

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