Lines Matching refs:g_hex_opcode
1850 static const uint8_t g_hex_opcode[] = { 0xff, 0x7f }; in GetSoftwareBreakpointTrapOpcode() local
1851 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1852 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1882 static const uint8_t g_hex_opcode[] = {0x98, 0x95}; in GetSoftwareBreakpointTrapOpcode() local
1883 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1884 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1889 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d}; in GetSoftwareBreakpointTrapOpcode() local
1890 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1891 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1896 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00}; in GetSoftwareBreakpointTrapOpcode() local
1897 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1898 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1902 static const uint8_t g_hex_opcode[] = {0x00, 0x01}; in GetSoftwareBreakpointTrapOpcode() local
1903 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1904 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1908 static const uint8_t g_hex_opcode[] = {0x0c, 0xdb, 0x00, 0x54}; in GetSoftwareBreakpointTrapOpcode() local
1909 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1910 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()