Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h45 instruction_pointer) + 4)
47 instruction_pointer) + 0)
107 instruction_pointer) + 4)
109 instruction_pointer) + 0)
145 instruction_pointer) + 4)
147 instruction_pointer) + 0)
219 instruction_pointer) + 4)
221 instruction_pointer) + 0)
272 (offsetof(struct arch_seccomp_data, instruction_pointer) + 4)
274 (offsetof(struct arch_seccomp_data, instruction_pointer) + 0)
Dtrap_registry.h19 uint64_t instruction_pointer; member
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc155 uint64_t instruction_pointer; in InProcessCrash() local
156 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in InProcessCrash()
163 memory_list->GetMemoryRegionForAddress(instruction_pointer); in InProcessCrash()
383 uint64_t instruction_pointer; in TEST_F() local
384 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
387 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
482 uint64_t instruction_pointer; in TEST_F() local
483 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
486 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
581 uint64_t instruction_pointer; in TEST_F() local
[all …]
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc375 uint64_t instruction_pointer; in TEST_F() local
376 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
379 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
470 uint64_t instruction_pointer; in TEST_F() local
471 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
474 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
558 uint64_t instruction_pointer; in TEST_F() local
559 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
562 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
/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/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc557 uint64_t instruction_pointer; in TEST() local
558 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST()
561 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST()
649 uint64_t instruction_pointer; in TEST() local
650 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST()
653 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST()
739 uint64_t instruction_pointer; in TEST() local
740 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST()
743 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST()
/external/tlsdate/src/
Dseccomp-compat.h27 uint64_t instruction_pointer; member
/external/kernel-headers/original/uapi/linux/
Dseccomp.h50 __u64 instruction_pointer; member
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dresumption.c105 offsetof(struct seccomp_data, instruction_pointer)), in FIXTURE_SETUP()
109 offsetof(struct seccomp_data, instruction_pointer)+sizeof(int)), in FIXTURE_SETUP()
Dseccomp_bpf_tests.c79 __u64 instruction_pointer; member
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc968 const ULONG64 instruction_pointer = in WriteMinidumpWithExceptionForProcess() local
979 reinterpret_cast<LPCVOID>(instruction_pointer), in WriteMinidumpWithExceptionForProcess()
989 instruction_pointer - (kIPMemorySize / 2)); in WriteMinidumpWithExceptionForProcess()
991 (std::min)(instruction_pointer + (kIPMemorySize / 2), in WriteMinidumpWithExceptionForProcess()
/external/ltrace/
Dproc.h110 void * instruction_pointer; member
Doutput.c128 proc->instruction_pointer); in begin_of_line()
/external/minijail/
Dbpf.h53 __u64 instruction_pointer; member