Home
last modified time | relevance | path

Searched refs:instruction_pointer (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dlinux_seccomp.h154 instruction_pointer) + 4)
156 instruction_pointer) + 0)
219 instruction_pointer) + 4)
221 instruction_pointer) + 0)
268 instruction_pointer) + 4)
270 instruction_pointer) + 0)
345 instruction_pointer) + 4)
347 instruction_pointer) + 0)
401 (offsetof(struct arch_seccomp_data, instruction_pointer) + 4)
403 (offsetof(struct arch_seccomp_data, instruction_pointer) + 0)
Dtrap.h22 uint64_t instruction_pointer; member
Dcodegen.cc74 offsetof(struct arch_seccomp_data, instruction_pointer)) { in PrintProgram()
77 offsetof(struct arch_seccomp_data, instruction_pointer) + in PrintProgram()
/external/oprofile/module/x86/
Dop_arch.h17 #ifndef instruction_pointer
18 #define instruction_pointer(regs) ((regs)->eip) macro
Dop_rtc.c47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0); in do_rtc_interrupt()
Dop_model_ppro.c90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in ppro_check_ctrs()
Dop_model_athlon.c95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in athlon_check_ctrs()
Dop_model_p4.c659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in p4_check_ctrs()
/external/ltrace/sysdeps/linux-gnu/
Devents.c229 event.proc->instruction_pointer = (void *)(uintptr_t)-1; in next_event()
247 event.proc->instruction_pointer = get_instruction_pointer(event.proc); in next_event()
248 if (event.proc->instruction_pointer == (void *)(uintptr_t)-1) { in next_event()
318 = event.proc->instruction_pointer - DECR_PC_AFTER_BREAK; in next_event()
/external/kernel-headers/original/uapi/linux/
Dseccomp.h43 __u64 instruction_pointer; member
/external/skia/experimental/webtry/
Dseccomp_bpf.h45 __u64 instruction_pointer; member
/external/chromium_org/third_party/skia/experimental/webtry/
Dseccomp_bpf.h47 __u64 instruction_pointer; member
/external/ltrace/
Dproc.h110 void * instruction_pointer; member
Doutput.c128 proc->instruction_pointer); in begin_of_line()
/external/linux-tools-perf/perf-3.12.0/include/linux/
Dperf_event.h745 # define perf_instruction_pointer(regs) instruction_pointer(regs)