Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dregs_riscv.d73 inline int R_PC = 32; variable
74 #pragma D binding "1.13" R_PC
H A Dregs_aarch64.d73 inline int R_PC = 32; variable
74 #pragma D binding "1.13" R_PC
H A Dregs_x86.d70 inline int R_PC = R_EIP; variable
71 #pragma D binding "1.0" R_PC
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/arrays/
H A Dtst.uregsarray.d46 printf("R_PC = 0x%x\n", uregs[R_PC]);
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Dregs.d.in70 inline int R_PC = R_EIP; variable
71 #pragma D binding "1.0" R_PC
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp55 return R_PC; in getRelExpr()
H A DSPARCV9.cpp67 return R_PC; in getRelExpr()
H A DAMDGPU.cpp190 return R_PC; in getRelExpr()
H A DARM.cpp117 return R_PC; in getRelExpr()
140 return ctx.arg.target1Rel ? R_PC : R_ABS; in getRelExpr()
143 return R_PC; in getRelExpr()
163 return R_PC; in getRelExpr()
406 if (s.isFunc() && expr == R_PC && (s.getVA(ctx) & 1)) in needsThunk()
H A DAVR.cpp93 return R_PC; in getRelExpr()
H A DMips.cpp98 return R_PC; in getRelExpr()
160 return R_PC; in getRelExpr()
H A DSystemZ.cpp102 return R_PC; in getRelExpr()
H A DHexagon.cpp125 return R_PC; in getRelExpr()
H A DPPC.cpp245 return R_PC; in getRelExpr()
H A DX86.cpp95 return R_PC; in getRelExpr()
H A DLoongArch.cpp458 return R_PC; in getRelExpr()
1461 r.expr = r.sym->hasFlag(NEEDS_PLT) ? R_PLT_PC : R_PC; in finalizeRelax()
H A DAArch64.cpp204 return R_PC; in getRelExpr()
H A DX86_64.cpp394 return R_PC; in getRelExpr()
H A DPPC64.cpp1044 return R_PC; in getRelExpr()
H A DRISCV.cpp294 return R_PC; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp463 sr.rel->expr = R_PC; in implementPatch()
480 isec->addReloc(Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch()
H A DRelocations.h55 R_PC, enumerator
H A DAArch64ErrataFix.cpp561 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym}; in implementPatch()
H A DRelocations.cpp210 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, RE_ARM_PCA, RE_MIPS_GOTREL, in isRelExpr()
222 case R_PC: in toPlt()
239 return R_PC; in fromPlt()
H A DInputSection.cpp890 case R_PC: in getRelocTargetVA()
1152 bool isErr = expr != R_PC && !(emachine == EM_386 && type == R_386_GOTPC); in relocateNonAlloc()