Searched defs:instruction_pointer (Results 1 - 10 of 10) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dtrap_registry.h19 uint64_t instruction_pointer; member in struct:sandbox::arch_seccomp_data
/external/tlsdate/src/
H A Dseccomp-compat.h27 uint64_t instruction_pointer; member in struct:seccomp_data
/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/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/
H A Dproc.h110 void * instruction_pointer; member in struct:process
/external/minijail/
H A Dbpf.h53 __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/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c79 __u64 instruction_pointer; member in struct:seccomp_data
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc557 uint64_t instruction_pointer; local
558 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
561 memory_list->GetMemoryRegionForAddress(instruction_pointer);
649 uint64_t instruction_pointer; local
650 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
653 memory_list->GetMemoryRegionForAddress(instruction_pointer);
739 uint64_t instruction_pointer; local
740 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer));
743 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),

Completed in 176 milliseconds