Home
last modified time | relevance | path

Searched refs:i386_prologue (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp773 uint8_t i386_prologue[] = {0x55, 0x89, 0xe5}; in get_fast_unwind_plan() local
777 if (memcmp (bytebuf, i386_prologue, sizeof (i386_prologue)) == 0) in get_fast_unwind_plan()
779 prologue_size = sizeof (i386_prologue); in get_fast_unwind_plan()