Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp774 uint8_t x86_64_prologue[] = {0x55, 0x48, 0x89, 0xe5}; in get_fast_unwind_plan() local
781 else if (memcmp (bytebuf, x86_64_prologue, sizeof (x86_64_prologue)) == 0) in get_fast_unwind_plan()
783 prologue_size = sizeof (x86_64_prologue); in get_fast_unwind_plan()