Home
last modified time | relevance | path

Searched refs:R_PC (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c53 #define R_PC 15 macro
487 if (get_eit_entry (ucbp, vrs->core.r[R_PC]) != _URC_OK) in unwind_phase2()
490 UCB_SAVED_CALLSITE_ADDR (ucbp) = vrs->core.r[R_PC]; in unwind_phase2()
531 entry_code = get_eit_entry (ucbp, saved_vrs.core.r[R_PC]); in unwind_phase2_forced()
543 UCB_SAVED_CALLSITE_ADDR (ucbp) = saved_vrs.core.r[R_PC]; in unwind_phase2_forced()
616 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_RaiseException()
627 if (get_eit_entry (ucbp, saved_vrs.core.r[R_PC]) != _URC_OK) in __gnu_Unwind_RaiseException()
665 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_ForcedUnwind()
679 entry_vrs->core.r[R_PC] = UCB_SAVED_CALLSITE_ADDR (ucbp); in __gnu_Unwind_Resume()
719 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_Resume_or_Rethrow()
[all …]
H A Dpr-support.c40 #define R_PC 15 macro
125 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32, in __gnu_unwind_execute()
160 if (op & (1 << R_PC)) in __gnu_unwind_execute()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp93 return R_PC; in getRelExpr()
116 return config->target1Rel ? R_PC : R_ABS; in getRelExpr()
119 return R_PC; in getRelExpr()
139 return R_PC; in getRelExpr()
312 if (s.isFunc() && expr == R_PC && (s.getVA() & 1)) in needsThunk()
H A DMSP430.cpp56 return R_PC; in getRelExpr()
H A DAMDGPU.cpp168 return R_PC; in getRelExpr()
H A DSPARCV9.cpp68 return R_PC; in getRelExpr()
H A DAVR.cpp84 return R_PC; in getRelExpr()
H A DHexagon.cpp113 return R_PC; in getRelExpr()
H A DMips.cpp100 return R_PC; in getRelExpr()
162 return R_PC; in getRelExpr()
H A DPPC.cpp240 return R_PC; in getRelExpr()
H A DX86.cpp90 return R_PC; in getRelExpr()
H A DX86_64.cpp337 return R_PC; in getRelExpr()
H A DAArch64.cpp153 return R_PC; in getRelExpr()
H A DRISCV.cpp280 return R_PC; in getRelExpr()
H A DPPC64.cpp1000 return R_PC; in getRelExpr()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm68k-tdep.c964 for (regi = 0; regi < R_PC; regi++) in supply_gregset()
969 regcache_raw_supply (current_regcache, PC_REGNUM, (char *) (regp + R_PC)); in supply_gregset()
978 for (regi = 0; regi < R_PC; regi++) in fill_gregset()
986 regcache_raw_collect (current_regcache, PC_REGNUM, regp + R_PC); in fill_gregset()
/openbsd-src/gnu/llvm/lld/ELF/
H A DRelocations.h44 R_PC, enumerator
H A DARMErrataFix.cpp457 sr.rel->expr = R_PC; in implementPatch()
473 isec->addReloc(Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch()
H A DAArch64ErrataFix.cpp561 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym}; in implementPatch()
H A DInputSection.cpp718 case R_PC: in getRelocTargetVA()
926 if (expr != R_PC && expr != R_ARM_PCA) { in relocateNonAlloc()