Lines Matching defs:g_hex_opcode
1957 static const uint8_t g_hex_opcode[] = { 0xff, 0x7f };
1958 trap_opcode = g_hex_opcode;
1959 trap_opcode_size = sizeof(g_hex_opcode);
1989 static const uint8_t g_hex_opcode[] = {0x98, 0x95};
1990 trap_opcode = g_hex_opcode;
1991 trap_opcode_size = sizeof(g_hex_opcode);
1996 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d};
1997 trap_opcode = g_hex_opcode;
1998 trap_opcode_size = sizeof(g_hex_opcode);
2003 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00};
2004 trap_opcode = g_hex_opcode;
2005 trap_opcode_size = sizeof(g_hex_opcode);
2015 static const uint8_t g_hex_opcode[] = {0x00, 0x01};
2016 trap_opcode = g_hex_opcode;
2017 trap_opcode_size = sizeof(g_hex_opcode);
2021 static const uint8_t g_hex_opcode[] = {0x0c, 0xdb, 0x00, 0x54};
2022 trap_opcode = g_hex_opcode;
2023 trap_opcode_size = sizeof(g_hex_opcode);