/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/lib/libdtrace/sparc/ |
H A D | regs.d | 99 inline int R_PC = 33; variable 100 #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 | 56 return R_PC; in getRelExpr()
|
H A D | SPARCV9.cpp | 68 return R_PC; in getRelExpr()
|
H A D | ARM.cpp | 114 return R_PC; in getRelExpr() 137 return config->target1Rel ? R_PC : R_ABS; in getRelExpr() 140 return R_PC; in getRelExpr() 160 return R_PC; in getRelExpr() 404 if (s.isFunc() && expr == R_PC && (s.getVA() & 1)) in needsThunk()
|
H A D | AMDGPU.cpp | 190 return R_PC; in getRelExpr()
|
H A D | AVR.cpp | 94 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 | Hexagon.cpp | 112 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 | LoongArch.cpp | 435 return R_PC; in getRelExpr()
|
H A D | X86_64.cpp | 382 return R_PC; in getRelExpr()
|
H A D | AArch64.cpp | 165 return R_PC; in getRelExpr()
|
H A D | PPC64.cpp | 1043 return R_PC; in getRelExpr()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/arrays/ |
H A D | tst.uregsarray.d | 79 printf("R_PC = 0x%x\n", uregs[R_PC]);
|
/freebsd/contrib/llvm-project/lld/ELF/ |
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 | Relocations.h | 47 R_PC, enumerator
|
H A D | AArch64ErrataFix.cpp | 562 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym}; in implementPatch()
|
H A D | Relocations.cpp | 221 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_ARM_PCA, R_MIPS_GOTREL, in isRelExpr() 233 case R_PC: in toPlt() 250 return R_PC; in fromPlt()
|
H A D | InputSection.cpp | 829 case R_PC: in getRelocTargetVA() 1074 if (expr != R_PC && !(emachine == EM_386 && type == R_386_GOTPC)) { in relocateNonAlloc()
|