HomeSort by relevance Sort by last modified time
    Searched refs:UNW_X86_EDI (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 47 case UNW_X86_EDI: loc = c->dwarf.loc[EDI]; break;
init.h 40 c->dwarf.loc[EDI] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EDI);
Gregs.c 86 case UNW_X86_EDI: loc = c->dwarf.loc[EDI]; break;
Gos-freebsd.c 184 case UNW_X86_EDI: off = FREEBSD_UC_MCONTEXT_EDI_OFF; break;
319 case UNW_X86_EDI: addr = &uc->uc_mcontext.mc_edi; break;
Gos-linux.c 172 case UNW_X86_EDI: off = LINUX_SC_EDI_OFF; break;
271 case UNW_X86_EDI: addr = &uc->uc_mcontext.gregs[REG_EDI]; break;
  /external/libunwind/include/
libunwind-x86.h 80 UNW_X86_EDI, /* preserved */
  /external/libunwind/src/coredump/
_UCD_access_reg_freebsd.c 58 case UNW_X86_EDI:
_UCD_access_reg_linux.c 96 [UNW_X86_EDI] = offsetof(struct user_regs_struct, edi) / sizeof(long),
  /external/libunwind_llvm/include/
libunwind.h 146 UNW_X86_EDI = 7
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 274 [UNW_X86_EDI] = 0x10,
  /external/libunwind_llvm/src/
Registers.hpp 151 case UNW_X86_EDI:
194 case UNW_X86_EDI:
221 case UNW_X86_EDI:
    [all...]

Completed in 120 milliseconds