Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/arm/
HDunwind-arm.c54 #define R_PC 15 macro
488 if (get_eit_entry (ucbp, vrs->core.r[R_PC]) != _URC_OK) in unwind_phase2()
491 UCB_SAVED_CALLSITE_ADDR (ucbp) = vrs->core.r[R_PC]; in unwind_phase2()
532 entry_code = get_eit_entry (ucbp, saved_vrs.core.r[R_PC]); in unwind_phase2_forced()
544 UCB_SAVED_CALLSITE_ADDR (ucbp) = saved_vrs.core.r[R_PC]; in unwind_phase2_forced()
617 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_RaiseException()
628 if ((pr_result = get_eit_entry (ucbp, saved_vrs.core.r[R_PC])) != _URC_OK) in __gnu_Unwind_RaiseException()
666 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_ForcedUnwind()
680 entry_vrs->core.r[R_PC] = UCB_SAVED_CALLSITE_ADDR (ucbp); in __gnu_Unwind_Resume()
720 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_Resume_or_Rethrow()
[all …]
HDpr-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()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDARM.cpp89 return R_PC; in getRelExpr()
112 return config->target1Rel ? R_PC : R_ABS; in getRelExpr()
115 return R_PC; in getRelExpr()
133 return R_PC; in getRelExpr()
279 if (s.isFunc() && expr == R_PC && (s.getVA() & 1)) in needsThunk()
HDMSP430.cpp57 return R_PC; in getRelExpr()
HDAMDGPU.cpp93 return R_PC; in getRelExpr()
HDSPARCV9.cpp62 return R_PC; in getRelExpr()
HDMips.cpp102 return R_PC; in getRelExpr()
163 return R_PC; in getRelExpr()
HDHexagon.cpp111 return R_PC; in getRelExpr()
HDX86.cpp100 return R_PC; in getRelExpr()
HDRISCV.cpp220 return R_PC; in getRelExpr()
HDPPC.cpp235 return R_PC; in getRelExpr()
HDAArch64.cpp139 return R_PC; in getRelExpr()
HDX86_64.cpp108 return R_PC; in getRelExpr()
HDPPC64.cpp586 return R_PC; in getRelExpr()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/sparc/
HDregs.d99 inline int R_PC = 33; variable
100 #pragma D binding "1.0" R_PC
/freebsd-11-stable/cddl/lib/libdtrace/
HDregs_x86.d72 inline int R_PC = R_EIP; variable
73 #pragma D binding "1.0" R_PC
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/arrays/
HDtst.uregsarray.d46 printf("R_PC = 0x%x\n", uregs[R_PC]);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
HDregs.d.in70 inline int R_PC = R_EIP; variable
71 #pragma D binding "1.0" R_PC
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/arrays/
HDtst.uregsarray.d79 printf("R_PC = 0x%x\n", uregs[R_PC]);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h45 R_PC, enumerator
HDARMErrataFix.cpp450 sr.rel->expr = R_PC; in implementPatch()
467 Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch()
HDRelocations.cpp357 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_MIPS_GOTREL, R_PPC64_CALL, in isRelExpr()
433 case R_PC: in toPlt()
448 return R_PC; in fromPlt()
HDAArch64ErrataFix.cpp566 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym}; in implementPatch()
HDInputSection.cpp743 case R_PC: { in getRelocTargetVA()
869 if (expr != R_PC) { in relocateNonAlloc()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_proc.c163 if (psp->pr_reg[R_PC] == dbp->dbp_addr) in dt_proc_bpmatch()
174 (int)dpr->dpr_pid, (ulong_t)psp->pr_reg[R_PC]); in dt_proc_bpmatch()