Searched refs:inBranchRange (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/Arch/ |
| D | PPC.cpp | 49 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 206 return !PPC::inBranchRange(type, branchAddr, s.getVA(a)); in needsThunk() 211 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC
|
| D | ARM.cpp | 42 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 317 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk() 329 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk() 370 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in ARM
|
| D | AArch64.cpp | 47 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 293 return !inBranchRange(type, branchAddr, dst); in needsThunk() 303 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in AArch64
|
| D | PPC64.cpp | 174 bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const override; 1422 return !inBranchRange(type, branchAddr, in needsThunk() 1435 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC64
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Target.cpp | 142 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
|
| D | Relocations.cpp | 1950 if (target->inBranchRange(rel.type, src, in getISDThunkSec() 1961 if (!target->inBranchRange(rel.type, src, in getISDThunkSec() 1964 if (!target->inBranchRange(rel.type, src, in getISDThunkSec() 2126 target->inBranchRange(rel.type, src, in getThunk() 2142 if (target->inBranchRange(rel.type, src, rel.sym->getVA(rel.addend))) in normalizeExistingThunk()
|
| D | Target.h | 84 virtual bool inBranchRange(RelType type, uint64_t src,
|
| D | ARMErrataFix.cpp | 236 return target->inBranchRange( in patchInRange()
|