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

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

Completed in 26 milliseconds