HomeSort by relevance Sort by last modified time
    Searched refs:UNW_X86_64_RBP (Results 1 - 15 of 15) sorted by null

  /external/libunwind/include/
libunwind-x86_64.h 64 UNW_X86_64_RBP,
104 UNW_TDEP_BP = UNW_X86_64_RBP,
  /external/libunwind/src/x86_64/
Gglobal.c 45 UNW_X86_64_RBP,
Gget_save_loc.c 42 case UNW_X86_64_RBP: loc = c->dwarf.loc[RBP]; break;
Gtrace.c 241 d->loc[UNW_X86_64_RBP] = DWARF_REG_LOC (d, UNW_X86_64_RBP);
246 && likely(dwarf_put (d, d->loc[UNW_X86_64_RBP], rbp) >= 0)
420 ACCESS_MEM_FAST(ret, 0, d, DWARF_GET_LOC(d->loc[UNW_X86_64_RBP]), rbp);
Gregs.c 110 case UNW_X86_64_RBP: loc = c->dwarf.loc[RBP]; break;
Gos-linux.c 123 case UNW_X86_64_RBP: addr = &uc->uc_mcontext.gregs[REG_RBP]; break;
Gos-freebsd.c 173 case UNW_X86_64_RBP: addr = &uc->uc_mcontext.mc_rbp; break;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
unwind.c 31 case UNW_X86_64_RBP:
  /external/libunwind/src/coredump/
_UCD_access_reg_freebsd.c 100 case UNW_X86_64_RBP:
_UCD_access_reg_linux.c 112 [UNW_X86_64_RBP] = offsetof(struct user_regs_struct, rbp) / sizeof(long),
  /external/libcxxabi/include/
libunwind.h 173 UNW_X86_64_RBP = 6,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 177 UNW_X86_64_RBP = 6,
  /external/libcxxabi/src/Unwind/
Registers.hpp 321 case UNW_X86_64_RBP:
371 case UNW_X86_64_RBP:
423 case UNW_X86_64_RBP:
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 321 case UNW_X86_64_RBP:
371 case UNW_X86_64_RBP:
423 case UNW_X86_64_RBP:
    [all...]
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 321 [UNW_X86_64_RBP] = 0x20,

Completed in 765 milliseconds