Searched refs:getRelocTargetVA (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | InputSection.h | 210 static uint64_t getRelocTargetVA(const InputFile *File, RelType Type,
|
D | InputSection.cpp | 672 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/ |
D | X86_64.cpp | 184 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation()
|