RELATIVE_ADDR_SIZE   46 arch/x86/include/asm/kprobes.h #define MAX_OPTIMIZED_LENGTH (MAX_INSN_SIZE + RELATIVE_ADDR_SIZE)
RELATIVE_ADDR_SIZE   76 arch/x86/include/asm/kprobes.h 	kprobe_opcode_t copied_insn[RELATIVE_ADDR_SIZE];
RELATIVE_ADDR_SIZE   65 arch/x86/kernel/kprobes/opt.c 		memcpy(buf + 1, op->optinsn.copied_insn, RELATIVE_ADDR_SIZE);
RELATIVE_ADDR_SIZE   68 arch/x86/kernel/kprobes/opt.c 		memcpy(buf, op->optinsn.copied_insn + offs, RELATIVE_ADDR_SIZE - offs);
RELATIVE_ADDR_SIZE  301 arch/x86/kernel/kprobes/opt.c 					 RELATIVE_ADDR_SIZE))
RELATIVE_ADDR_SIZE  435 arch/x86/kernel/kprobes/opt.c 		       RELATIVE_ADDR_SIZE);
RELATIVE_ADDR_SIZE  454 arch/x86/kernel/kprobes/opt.c 	memcpy(insn_buff + 1, op->optinsn.copied_insn, RELATIVE_ADDR_SIZE);