Home
last modified time | relevance | path

Searched refs:REG_ESP (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/arch/i386/bits/
H A Dsignal.h24 enum { REG_ESP = 7 }; enumerator
25 #define REG_ESP REG_ESP macro
/third_party/ltp/testcases/cve/
H A Dcve-2015-3290.c163 # define REG_SP REG_ESP
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc149 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
383 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_ESP]); in FillRegisterState()
/third_party/libunwind/libunwind/src/x86/
H A DGos-linux.c272 case UNW_X86_ESP: addr = &uc->uc_mcontext.gregs[REG_ESP]; break; in x86_r_uc_addr()
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c261 #define REG_ESP (&hardreg_storage_table[ESP]) macro
882 insn("addl", val, REG_ESP, NULL); in emit_func_post()
2127 insn("addl", val, REG_ESP, NULL); in x86_call_expression()
H A Dexample.c132 #define REG_ESP 7 macro
786 op->base = hardregs + REG_ESP; in get_generic_operand()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs567 pub const REG_ESP: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs1079 pub const REG_ESP: ::c_int = 7; consts

Completed in 14 milliseconds