Searched refs:REG_EBP (Results 1 - 11 of 11) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
H A Di386_linux_ucontext.h63 REG_EBP, enumerator in enum:__anon10324
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dresumption.c42 #define REG_ARG5 REG_EBP
H A Dsigsegv.c46 #define REG_ARG5 REG_EBP
/external/v8/src/libsampler/
H A Dsampler.cc133 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 }; enumerator in enum:__anon23352
422 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_EBP]);
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Ducontext_reader.cc70 out->ebp = regs[REG_EBP];
/external/libunwind/src/x86/
H A DGos-linux.c272 case UNW_X86_EBP: addr = &uc->uc_mcontext.gregs[REG_EBP]; break;
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dseccomp_macros.h41 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_EBP)
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dptrace_syscall.c131 # define REG_BP REG_EBP
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc644 // useful would be recorded. A better option is to set REG_UESP to REG_EBP,
648 context.context.uc_mcontext.gregs[REG_EBP] - 16;
/external/libchrome/base/debug/
H A Dstack_trace_posix.cc321 { " ebp: ", context->uc_mcontext.gregs[REG_EBP] },
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc1349 *bp = ucontext->uc_mcontext.gregs[REG_EBP];

Completed in 1285 milliseconds