Searched refs:g_arm_breakpoint_opcode (Results 1 – 3 of 3) sorted by relevance
434 static const uint8_t g_arm_breakpoint_opcode[] = {0xFE, 0xDE, 0xFF, 0xE7}; in GetSoftwareBreakpointTrapOpcode() local449 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()450 trap_opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
1856 static const uint8_t g_arm_breakpoint_opcode[] = {0xf0, 0x01, 0xf0, 0xe7}; in GetSoftwareBreakpointTrapOpcode() local1873 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()1874 trap_opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
66 static const uint8_t g_arm_breakpoint_opcode[] = {0x70, 0xBE, 0x20, 0xE1}; variable137 return g_arm_breakpoint_opcode; in SoftwareBreakpointOpcode()