Searched refs:R_PC (Results 1 – 20 of 20) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | unwind-arm.c | 53 #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 D | pr-support.c | 40 #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 D | ARM.cpp | 93 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 D | MSP430.cpp | 56 return R_PC; in getRelExpr()
|
| H A D | AMDGPU.cpp | 168 return R_PC; in getRelExpr()
|
| H A D | SPARCV9.cpp | 68 return R_PC; in getRelExpr()
|
| H A D | AVR.cpp | 84 return R_PC; in getRelExpr()
|
| H A D | Hexagon.cpp | 113 return R_PC; in getRelExpr()
|
| H A D | Mips.cpp | 100 return R_PC; in getRelExpr() 162 return R_PC; in getRelExpr()
|
| H A D | PPC.cpp | 240 return R_PC; in getRelExpr()
|
| H A D | X86.cpp | 90 return R_PC; in getRelExpr()
|
| H A D | X86_64.cpp | 337 return R_PC; in getRelExpr()
|
| H A D | AArch64.cpp | 153 return R_PC; in getRelExpr()
|
| H A D | RISCV.cpp | 280 return R_PC; in getRelExpr()
|
| H A D | PPC64.cpp | 1000 return R_PC; in getRelExpr()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | m68k-tdep.c | 964 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 D | Relocations.h | 44 R_PC, enumerator
|
| H A D | ARMErrataFix.cpp | 457 sr.rel->expr = R_PC; in implementPatch() 473 isec->addReloc(Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch()
|
| H A D | AArch64ErrataFix.cpp | 561 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym}; in implementPatch()
|
| H A D | InputSection.cpp | 718 case R_PC: in getRelocTargetVA() 926 if (expr != R_PC && expr != R_ARM_PCA) { in relocateNonAlloc()
|