Lines Matching refs:g_hex_opcode
1847 static const uint8_t g_hex_opcode[] = { 0xff, 0x7f }; in GetSoftwareBreakpointTrapOpcode() local
1848 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1849 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1879 static const uint8_t g_hex_opcode[] = {0x98, 0x95}; in GetSoftwareBreakpointTrapOpcode() local
1880 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1881 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1886 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d}; in GetSoftwareBreakpointTrapOpcode() local
1887 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1888 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1893 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00}; in GetSoftwareBreakpointTrapOpcode() local
1894 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1895 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1899 static const uint8_t g_hex_opcode[] = {0x00, 0x01}; in GetSoftwareBreakpointTrapOpcode() local
1900 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1901 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1905 static const uint8_t g_hex_opcode[] = {0x0c, 0xdb, 0x00, 0x54}; in GetSoftwareBreakpointTrapOpcode() local
1906 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1907 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()