HomeSort by relevance Sort by last modified time
    Searched refs:UNW_X86_EDI (Results 1 - 15 of 15) 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 168 case UNW_X86_EDI: off = LINUX_SC_EDI_OFF; break;
267 case UNW_X86_EDI: addr = &uc->uc_mcontext.gregs[REG_EDI]; break;
  /external/libunwind/include/
libunwind-x86.h 80 UNW_X86_EDI, /* preserved */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
unwind.c 92 case UNW_X86_EDI:
  /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/libcxxabi/include/
libunwind.h 162 UNW_X86_EDI = 7
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 166 UNW_X86_EDI = 7
  /external/libcxxabi/src/Unwind/
Registers.hpp 131 case UNW_X86_EDI:
166 case UNW_X86_EDI:
193 case UNW_X86_EDI:
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 131 case UNW_X86_EDI:
166 case UNW_X86_EDI:
193 case UNW_X86_EDI:
    [all...]
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 274 [UNW_X86_EDI] = 0x10,

Completed in 568 milliseconds