HomeSort by relevance Sort by last modified time
    Searched refs:REG_EBP (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
ucontext.h 103 REG_EBP,
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
resumption.c 42 #define REG_ARG5 REG_EBP
sigsegv.c 46 #define REG_ARG5 REG_EBP
  /system/extras/simpleperf/
dwarf_unwind.cpp 48 SetUContextReg(ucontext.uc_mcontext.gregs[REG_EBP], PERF_REG_X86_BP);
  /external/v8/src/libsampler/
sampler.cc 133 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
422 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_EBP]);
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 70 out->ebp = regs[REG_EBP];
  /external/libunwind/src/x86/
Gos-linux.c 272 case UNW_X86_EBP: addr = &uc->uc_mcontext.gregs[REG_EBP]; break;
  /art/runtime/
runtime_common.cc 183 DumpRegister32(os, "ebp", context.gregs[REG_EBP]);
  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 41 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_EBP)
  /external/linux-kselftest/tools/testing/selftests/x86/
ptrace_syscall.c 131 # define REG_BP REG_EBP
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 644 // 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/
stack_trace_posix.cc 321 { " ebp: ", context->uc_mcontext.gregs[REG_EBP] },
  /system/core/libbacktrace/
BacktraceOffline.cpp 521 *value = context_->uc_mcontext.gregs[REG_EBP];
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc     [all...]

Completed in 580 milliseconds

1 2 3 45