Searched refs:UNW_X86_EDX (Results 1 - 13 of 13) sorted by relevance

/external/libunwind/src/x86/
H A DGglobal.c36 UNW_X86_EAX, UNW_X86_ECX, UNW_X86_EDX, UNW_X86_EBX,
H A DGget_save_loc.c42 case UNW_X86_EDX: loc = c->dwarf.loc[EDX]; break;
H A Dinit.h35 c->dwarf.loc[EDX] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EDX);
H A DGregs.c63 case UNW_X86_EDX:
H A DGos-freebsd.c189 case UNW_X86_EDX: off = FREEBSD_UC_MCONTEXT_EDX_OFF; break;
317 case UNW_X86_EDX: addr = &uc->uc_mcontext.mc_edx; break;
H A DGos-linux.c173 case UNW_X86_EDX: off = LINUX_SC_EDX_OFF; break;
265 case UNW_X86_EDX: addr = &uc->uc_mcontext.gregs[REG_EDX]; break;
/external/libunwind/include/
H A Dlibunwind-x86.h76 UNW_X86_EDX, /* scratch (exception argument 2) */ enumerator in enum:__anon24685
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dunwind.c80 case UNW_X86_EDX:
/external/libunwind/src/coredump/
H A D_UCD_access_reg_freebsd.c46 case UNW_X86_EDX:
H A D_UCD_access_reg_linux.c92 [UNW_X86_EDX] = offsetof(struct user_regs_struct, edx) / sizeof(long),
/external/libcxxabi/include/
H A Dlibunwind.h157 UNW_X86_EDX = 2, enumerator in enum:__anon23594
/external/libcxxabi/src/Unwind/
H A DRegisters.hpp121 case UNW_X86_EDX:
151 case UNW_X86_EDX:
183 case UNW_X86_EDX:
/external/libunwind/src/ptrace/
H A D_UPT_reg_offset.c272 [UNW_X86_EDX] = 0x08,

Completed in 4223 milliseconds