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

  /external/libunwind/src/x86/
Gglobal.c 36 UNW_X86_EAX, UNW_X86_ECX, UNW_X86_EDX, UNW_X86_EBX,
Gregs.c 62 case UNW_X86_EAX:
64 arg_num = reg - UNW_X86_EAX;
78 loc = c->dwarf.loc[(reg == UNW_X86_EAX) ? EAX : EDX];
Gget_save_loc.c 40 case UNW_X86_EAX: loc = c->dwarf.loc[EAX]; break;
init.h 33 c->dwarf.loc[EAX] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EAX);
Gos-freebsd.c 191 case UNW_X86_EAX: off = FREEBSD_UC_MCONTEXT_EAX_OFF; break;
314 case UNW_X86_EAX: addr = &uc->uc_mcontext.mc_eax; break;
Gos-linux.c 179 case UNW_X86_EAX: off = LINUX_SC_EAX_OFF; break;
266 case UNW_X86_EAX: addr = &uc->uc_mcontext.gregs[REG_EAX]; break;
  /external/libunwind/include/
libunwind-x86.h 75 UNW_X86_EAX, /* scratch (exception argument 1) */
152 UNW_TDEP_EH = UNW_X86_EAX
  /external/libunwind/src/coredump/
_UCD_access_reg_freebsd.c 43 case UNW_X86_EAX:
_UCD_access_reg_linux.c 91 [UNW_X86_EAX] = offsetof(struct user_regs_struct, eax) / sizeof(long),
  /external/libunwind_llvm/include/
libunwind.h 163 UNW_X86_EAX = 0,
  /external/libunwind_llvm/src/
Registers.hpp 117 case UNW_X86_EAX:
153 case UNW_X86_EAX:
195 case UNW_X86_EAX:
    [all...]
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 269 [UNW_X86_EAX] = 0x18,

Completed in 158 milliseconds