Searched refs:esp (Results 176 - 185 of 185) sorted by relevance

12345678

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp485 #define REG_SP esp
H A Dsanitizer_mac.cpp1322 DUMPREG(edi); DUMPREG(esi); DUMPREG(ebp); DUMPREG(esp); Printf("\n");
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h237 DEFINE_GPR_PSEUDO_32(ebp, rbp), DEFINE_GPR_PSEUDO_32(esp, rsp),
386 UPDATE_GPR_INFO(esp, rsp);
H A DRegisterContextDarwin_i386.cpp215 {DEFINE_GPR(esp, "sp"),
/openbsd-current/lib/libpcap/
H A Dscanner.l187 esp return ESP;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/
H A DRegisterContextWindows_x64.cpp203 DEFINE_GPR_PSEUDO_32(esp),
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp175 // On i386 Darwin the eh_frame register numbers for ebp and esp are reversed
178 // Specifically, on i386 darwin eh_frame, 4 is ebp, 5 is esp.
179 // On i386 darwin debug_frame (and debug_info), 4 is esp, 5 is ebp.
362 SET_GPR(esp);
1245 const char *g_contained_esp[] = {"esp", NULL};
1254 const char *g_invalidate_esp[] = {"esp", "sp", "spl", NULL};
1279 {e_regSetGPR, gpr_esp, "esp", "sp", Uint, Hex, GPR_SIZE(esp),
1280 GPR_OFFSET(esp), ehframe_esp, dwarf_esp, GENERIC_REGNUM_SP,
1313 DEFINE_GPR_PSEUDO_16(sp, esp),
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1678 uint32_t esp; member in struct:llvm::MachO::x86_thread_state32_t
1804 sys::swapByteOrder(x.esp);
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1661 const char *g_invalidate_rsp[] = {"rsp", "esp", "sp", "spl", NULL};
1700 DEFINE_GPR_PSEUDO_32(esp, rsp),
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9694 outs() << " esp " << format("0x%08" PRIx32, cpu32.esp) << "\n";

Completed in 190 milliseconds

12345678