Lines Matching refs:g_hex_opcode

1890     static const uint8_t g_hex_opcode[] = { 0xff, 0x7f };  in GetSoftwareBreakpointTrapOpcode()  local
1891 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1892 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1922 static const uint8_t g_hex_opcode[] = {0x98, 0x95}; in GetSoftwareBreakpointTrapOpcode() local
1923 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1924 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1929 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d}; in GetSoftwareBreakpointTrapOpcode() local
1930 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1931 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1936 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00}; in GetSoftwareBreakpointTrapOpcode() local
1937 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1938 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1942 static const uint8_t g_hex_opcode[] = {0x00, 0x01}; in GetSoftwareBreakpointTrapOpcode() local
1943 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1944 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1948 static const uint8_t g_hex_opcode[] = {0x0c, 0xdb, 0x00, 0x54}; in GetSoftwareBreakpointTrapOpcode() local
1949 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1950 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()