Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.h210 static uint64_t getRelocTargetVA(const InputFile *File, RelType Type,
DInputSection.cpp672 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type, in getRelocTargetVA() function in InputSectionBase
755 return getRelocTargetVA(file, hiRel->type, hiRel->addend, sym.getVA(), in getRelocTargetVA()
1022 getRelocTargetVA(file, type, rel.addend, addrLoc, *rel.sym, expr), in relocateAlloc()
/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp184 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation()