Lines Matching refs:g_hex_opcode

2005     static const uint8_t g_hex_opcode[] = { 0xff, 0x7f };  in GetSoftwareBreakpointTrapOpcode()  local
2006 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2007 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
2037 static const uint8_t g_hex_opcode[] = {0x98, 0x95}; in GetSoftwareBreakpointTrapOpcode() local
2038 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2039 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
2044 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d}; in GetSoftwareBreakpointTrapOpcode() local
2045 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2046 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
2051 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00}; in GetSoftwareBreakpointTrapOpcode() local
2052 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2053 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
2063 static const uint8_t g_hex_opcode[] = {0x00, 0x01}; in GetSoftwareBreakpointTrapOpcode() local
2064 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2065 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
2069 static const uint8_t g_hex_opcode[] = {0x0c, 0xdb, 0x00, 0x54}; in GetSoftwareBreakpointTrapOpcode() local
2070 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2071 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()