Home
last modified time | relevance | path

Searched refs:inBranchRange (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC.cpp49 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
DARM.cpp42 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
DAArch64.cpp47 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
DPPC64.cpp174 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/
DTarget.cpp142 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
DRelocations.cpp1950 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()
DTarget.h84 virtual bool inBranchRange(RelType type, uint64_t src,
DARMErrataFix.cpp236 return target->inBranchRange( in patchInRange()