Lines Matching defs:g_hex_opcode
1970 static const uint8_t g_hex_opcode[] = { 0xff, 0x7f };
1971 trap_opcode = g_hex_opcode;
1972 trap_opcode_size = sizeof(g_hex_opcode);
2002 static const uint8_t g_hex_opcode[] = {0x98, 0x95};
2003 trap_opcode = g_hex_opcode;
2004 trap_opcode_size = sizeof(g_hex_opcode);
2009 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d};
2010 trap_opcode = g_hex_opcode;
2011 trap_opcode_size = sizeof(g_hex_opcode);
2016 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00};
2017 trap_opcode = g_hex_opcode;
2018 trap_opcode_size = sizeof(g_hex_opcode);
2028 static const uint8_t g_hex_opcode[] = {0x00, 0x01};
2029 trap_opcode = g_hex_opcode;
2030 trap_opcode_size = sizeof(g_hex_opcode);
2034 static const uint8_t g_hex_opcode[] = {0x0c, 0xdb, 0x00, 0x54};
2035 trap_opcode = g_hex_opcode;
2036 trap_opcode_size = sizeof(g_hex_opcode);