Searched refs:instruction_pointer (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dseccomp.h43 * @instruction_pointer: at the time of the system call.
50 __u64 instruction_pointer; member in struct:seccomp_data
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_death_test.cc375 uint64_t instruction_pointer; local
376 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
379 memory_list->GetMemoryRegionForAddress(instruction_pointer);
470 uint64_t instruction_pointer; local
471 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
474 memory_list->GetMemoryRegionForAddress(instruction_pointer);
558 uint64_t instruction_pointer; local
559 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
562 memory_list->GetMemoryRegionForAddress(instruction_pointer);
/external/google-breakpad/src/client/mac/tests/
H A Dexception_handler_test.cc155 uint64_t instruction_pointer; local
156 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
163 memory_list->GetMemoryRegionForAddress(instruction_pointer);
383 uint64_t instruction_pointer; local
384 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
387 memory_list->GetMemoryRegionForAddress(instruction_pointer);
482 uint64_t instruction_pointer; local
483 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
486 memory_list->GetMemoryRegionForAddress(instruction_pointer);
581 uint64_t instruction_pointer; local
[all...]
/external/ltrace/sysdeps/linux-gnu/
H A Devents.c229 event.proc->instruction_pointer = (void *)(uintptr_t)-1;
247 event.proc->instruction_pointer = get_instruction_pointer(event.proc);
248 if (event.proc->instruction_pointer == (void *)(uintptr_t)-1) {
318 = event.proc->instruction_pointer - DECR_PC_AFTER_BREAK;
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc553 uint64_t instruction_pointer; local
554 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
557 memory_list->GetMemoryRegionForAddress(instruction_pointer);
645 uint64_t instruction_pointer; local
646 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
649 memory_list->GetMemoryRegionForAddress(instruction_pointer);
735 uint64_t instruction_pointer; local
736 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
739 memory_list->GetMemoryRegionForAddress(instruction_pointer);
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc968 const ULONG64 instruction_pointer = local
979 reinterpret_cast<LPCVOID>(instruction_pointer),
989 instruction_pointer - (kIPMemorySize / 2));
991 (std::min)(instruction_pointer + (kIPMemorySize / 2),
/external/ltrace/
H A Dproc.h110 void * instruction_pointer; member in struct:process
H A Doutput.c128 proc->instruction_pointer);
/external/linux-tools-perf/src/include/linux/
H A Dperf_event.h745 # define perf_instruction_pointer(regs) instruction_pointer(regs)

Completed in 374 milliseconds