HomeSort by relevance Sort by last modified time
    Searched refs:g_i386_opcode (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 299 static const uint8_t g_i386_opcode[] = { 0xCC }; local
300 trap_opcode = g_i386_opcode;
301 trap_opcode_size = sizeof(g_i386_opcode);
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 629 static const uint8_t g_i386_opcode[] = { 0xCC }; local
643 opcode = g_i386_opcode;
644 opcode_size = sizeof(g_i386_opcode);

Completed in 40 milliseconds