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

  /external/libunwind/src/x86/
Gglobal.c 37 UNW_X86_ESP, UNW_X86_EBP, UNW_X86_ESI, UNW_X86_EDI,
Gget_save_loc.c 45 case UNW_X86_EBP: loc = c->dwarf.loc[EBP]; break;
init.h 38 c->dwarf.loc[EBP] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EBP);
Gregs.c 84 case UNW_X86_EBP: loc = c->dwarf.loc[EBP]; break;
Gos-freebsd.c 186 case UNW_X86_EBP: off = FREEBSD_UC_MCONTEXT_EBP_OFF; break;
320 case UNW_X86_EBP: addr = &uc->uc_mcontext.mc_ebp; break;
Gos-linux.c 174 case UNW_X86_EBP: off = LINUX_SC_EBP_OFF; break;
272 case UNW_X86_EBP: addr = &uc->uc_mcontext.gregs[REG_EBP]; break;
  /external/libunwind/include/
libunwind-x86.h 81 UNW_X86_EBP, /* (optional) frame-register */
  /external/libunwind/src/coredump/
_UCD_access_reg_freebsd.c 61 case UNW_X86_EBP:
_UCD_access_reg_linux.c 97 [UNW_X86_EBP] = offsetof(struct user_regs_struct, ebp) / sizeof(long),
  /external/libunwind_llvm/include/
libunwind.h 167 UNW_X86_EBP = 4,
  /external/libunwind_llvm/src/
Registers.hpp 128 case UNW_X86_EBP:
132 case UNW_X86_EBP:
168 case UNW_X86_EBP:
173 case UNW_X86_EBP:
203 case UNW_X86_EBP:
    [all...]
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 275 [UNW_X86_EBP] = 0x14,

Completed in 65 milliseconds