| /freebsd/cddl/lib/libdtrace/ |
| H A D | regs_riscv.d | 73 inline int R_PC = 32; variable 74 #pragma D binding "1.13" R_PC
|
| H A D | regs_aarch64.d | 73 inline int R_PC = 32; variable 74 #pragma D binding "1.13" R_PC
|
| H A D | regs_x86.d | 70 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 D | tst.uregsarray.d | 46 printf("R_PC = 0x%x\n", uregs[R_PC]);
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/ |
| H A D | regs.d.in | 70 inline int R_PC = R_EIP; variable 71 #pragma D binding "1.0" R_PC
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | MSP430.cpp | 55 return R_PC; in getRelExpr()
|
| H A D | SPARCV9.cpp | 67 return R_PC; in getRelExpr()
|
| H A D | AMDGPU.cpp | 190 return R_PC; in getRelExpr()
|
| H A D | ARM.cpp | 117 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 D | AVR.cpp | 93 return R_PC; in getRelExpr()
|
| H A D | Mips.cpp | 98 return R_PC; in getRelExpr() 160 return R_PC; in getRelExpr()
|
| H A D | SystemZ.cpp | 102 return R_PC; in getRelExpr()
|
| H A D | Hexagon.cpp | 125 return R_PC; in getRelExpr()
|
| H A D | PPC.cpp | 245 return R_PC; in getRelExpr()
|
| H A D | X86.cpp | 95 return R_PC; in getRelExpr()
|
| H A D | LoongArch.cpp | 458 return R_PC; in getRelExpr() 1461 r.expr = r.sym->hasFlag(NEEDS_PLT) ? R_PLT_PC : R_PC; in finalizeRelax()
|
| H A D | AArch64.cpp | 204 return R_PC; in getRelExpr()
|
| H A D | X86_64.cpp | 394 return R_PC; in getRelExpr()
|
| H A D | PPC64.cpp | 1044 return R_PC; in getRelExpr()
|
| H A D | RISCV.cpp | 294 return R_PC; in getRelExpr()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ARMErrataFix.cpp | 463 sr.rel->expr = R_PC; in implementPatch() 480 isec->addReloc(Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch()
|
| H A D | Relocations.h | 55 R_PC, enumerator
|
| H A D | AArch64ErrataFix.cpp | 561 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym}; in implementPatch()
|
| H A D | Relocations.cpp | 210 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 D | InputSection.cpp | 890 case R_PC: in getRelocTargetVA() 1152 bool isErr = expr != R_PC && !(emachine == EM_386 && type == R_386_GOTPC); in relocateNonAlloc()
|