Searched refs:getRelocTargetVA (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DTarget.cpp163 sec.getRelocTargetVA(sec.file, rel.type, rel.addend,
H A DInputSection.h204 static uint64_t getRelocTargetVA(const InputFile *File, RelType Type,
H A DInputSection.cpp627 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type, function in class:InputSectionBase
714 return getRelocTargetVA(file, hiRel->type, hiRel->addend, sym.getVA(),
H A DSyntheticSections.cpp1562 return InputSection::getRelocTargetVA(inputSec->file, type, addend,
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp180 uint64_t targetOffset = InputSectionBase::getRelocTargetVA(
997 sec.getRelocTargetVA(sec.file, rel.type, rel.addend,
H A DX86.cpp491 sec.getRelocTargetVA(sec.file, rel.type, rel.addend,
H A DPPC.cpp492 sec.getRelocTargetVA(sec.file, rel.type, rel.addend,
H A DAArch64.cpp755 sec.getRelocTargetVA(sec.file, rel.type, rel.addend,
H A DPPC64.cpp1421 // See the comment in getRelocTargetVA() about R_PPC64_CALL.
1540 sec.getRelocTargetVA(sec.file, rel.type, rel.addend,

Completed in 288 milliseconds