str_pc_offset      29 arch/arm/probes/decode.c int str_pc_offset;
str_pc_offset      42 arch/arm/probes/decode.c 	str_pc_offset = ret;
str_pc_offset      32 arch/arm/probes/decode.h extern int str_pc_offset;
str_pc_offset     131 arch/arm/probes/kprobes/actions-arm.c 	unsigned long rtpc = regs->ARM_pc - 4 + str_pc_offset;
str_pc_offset      66 arch/arm/probes/kprobes/actions-common.c 	regs->ARM_pc = (long)addr + str_pc_offset;