summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-138-12/+12
| | | | Remove misleading typedef and redundant suffix from struct etm_capture_driver.
* etm_reg_t -> struct etm_regZachary T Welch2009-11-132-8/+8
| | | | Remove misleading typedef and redundant suffix from struct etm_reg.
* etb_reg_t -> struct etb_regZachary T Welch2009-11-132-6/+6
| | | | Remove misleading typedef and redundant suffix from struct etb_reg.
* embeddedice_reg_t -> struct embeddedice_regZachary T Welch2009-11-133-7/+7
| | | | Remove misleading typedef and redundant suffix from struct embeddedice_reg.
* cortex_m3_common_t -> struct cortex_m3_commonZachary T Welch2009-11-132-30/+30
| | | | Remove misleading typedef and redundant suffix from struct cortex_m3_common.
* cortex_a8_common_t -> struct cortex_a8_commonZachary T Welch2009-11-132-16/+16
| | | | Remove misleading typedef and redundant suffix from struct cortex_a8_common.
* watchpoint_t -> struct watchpointZachary T Welch2009-11-1312-49/+49
| | | | Remove misleading typedef and redundant suffix from struct watchpoint.
* avr_common_t -> struct avr_commonZachary T Welch2009-11-133-13/+13
| | | | Remove misleading typedef and redundant suffix from struct avr_common.
* mcu_jtag_t -> struct mcu_jtagZachary T Welch2009-11-131-3/+3
| | | | Remove misleading typedef and redundant suffix from struct mcu_jtag.
* armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch2009-11-132-7/+7
| | | | Remove misleading typedef and redundant suffix from struct armv7m_core_reg.
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-136-9/+9
| | | | Remove misleading typedef and redundant suffix from struct armv7m_algorithm.
* armv7m_common_t -> struct armv7m_commonZachary T Welch2009-11-134-34/+34
| | | | Remove misleading typedef and redundant suffix from struct armv7m_common.
* armv7a_core_reg_t -> struct armv7a_core_regZachary T Welch2009-11-132-3/+3
| | | | Remove misleading typedef and redundant suffix from struct armv7a_core_reg.
* armv7a_algorithm_t -> struct armv7a_algorithmZachary T Welch2009-11-131-2/+2
| | | | Remove misleading typedef and redundant suffix from struct armv7a_algorithm.
* armv7a_common_t -> struct armv7a_commonZachary T Welch2009-11-134-38/+38
| | | | Remove misleading typedef and redundant suffix from struct armv7a_common.
* armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch2009-11-137-14/+14
| | | | Remove misleading typedef and redundant suffix from struct armv4_5_mmu_common.
* armv4_5_cache_common_t -> struct armv4_5_cache_commonZachary T Welch2009-11-133-8/+8
| | | | Remove misleading typedef and redundant suffix from struct armv4_5_cache_common.
* armv4_5_cachesize_t -> struct armv4_5_cachesizeZachary T Welch2009-11-131-4/+4
| | | | Remove misleading typedef and redundant suffix from struct armv4_5_cachesize.
* armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch2009-11-133-11/+11
| | | | Remove misleading typedef and redundant suffix from struct armv4_5_core_reg.
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-1311-15/+15
| | | | Remove misleading typedef and redundant suffix from struct armv4_5_algorithm.
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-1323-107/+107
| | | | Remove misleading typedef and redundant suffix from struct arm_jtag.
* arm_load_store_multiple_instr_t -> struct arm_load_store_multiple_instrZachary T Welch2009-11-131-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm_load_store_multiple_instr.
* arm_load_store_instr_t -> struct arm_load_store_instrZachary T Welch2009-11-131-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm_load_store_instr.
* arm_data_proc_instr_t -> struct arm_data_proc_instrZachary T Welch2009-11-131-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm_data_proc_instr.
* arm_b_bl_bx_blx_instr_t -> struct arm_b_bl_bx_blx_instrZachary T Welch2009-11-131-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm_b_bl_bx_blx_instr.
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-138-113/+113
| | | | Remove misleading typedef and redundant suffix from struct swjdp_common.
* swjdp_reg_t -> struct swjdp_regZachary T Welch2009-11-131-2/+2
| | | | Remove misleading typedef and redundant suffix from struct swjdp_reg.
* arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch2009-11-139-13/+13
| | | | Remove misleading typedef and redundant suffix from struct arm9tdmi_common.
* arm966e_common_t -> struct arm966e_commonZachary T Welch2009-11-133-10/+10
| | | | Remove misleading typedef and redundant suffix from struct arm966e_common.
* arm926ejs_common_t -> struct arm926ejs_commonZachary T Welch2009-11-133-23/+23
| | | | Remove misleading typedef and redundant suffix from struct arm926ejs_common.
* arm920t_tlb_entry_t -> struct arm920t_tlb_entryZachary T Welch2009-11-132-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm920t_tlb_entry.
* arm920t_cache_line_t -> struct arm920t_cache_lineZachary T Welch2009-11-132-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm920t_cache_line.
* arm7tdmi_common_t -> struct arm7tdmi_commonZachary T Welch2009-11-134-8/+8
| | | | Remove misleading typedef and redundant suffix from struct arm7tdmi_common.
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-1316-138/+138
| | | | Remove misleading typedef and redundant suffix from struct arm7_9_common.
* arm720t_common_t -> struct arm720t_commonZachary T Welch2009-11-132-16/+16
| | | | Remove misleading typedef and redundant suffix from struct arm720t_common.
* arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch2009-11-133-10/+10
| | | | Remove misleading typedef and redundant suffix from struct arm11_sc7_action.
* arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch2009-11-132-9/+9
| | | | Remove misleading typedef and redundant suffix from struct arm11_reg_state.
* arm11_common_t -> struct arm11_commonZachary T Welch2009-11-134-80/+80
| | | | Remove misleading typedef and redundant suffix from struct arm11_common.
* arm11_reg_defs_t -> struct arm11_reg_defsZachary T Welch2009-11-131-6/+6
| | | | Remove misleading typedef and redundant suffix from struct arm11_reg_defs.
* reg_param_t -> struct reg_paramZachary T Welch2009-11-1324-37/+37
| | | | Remove misleading typedef and redundant suffix from struct reg_param.
* mem_param_t -> struct mem_paramZachary T Welch2009-11-1315-22/+22
| | | | Remove misleading typedef and redundant suffix from struct mem_param.
* arm920t_common_t -> struct arm920t_commonZachary T Welch2009-11-133-24/+24
| | | | Remove misleading typedef and redundant suffix from struct arm920t_common.
* arm11_register_history_t -> struct arm11_register_historyZachary T Welch2009-11-131-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm11_register_history.
* remove typedef keyword from svf structuresZachary T Welch2009-11-131-21/+21
| | | | Removes all misleading typedef keywords from structures in svf.c.
* pld_device_t -> struct pld_deviceZachary T Welch2009-11-133-19/+19
| | | | Remove misleading typedef and redundant suffix from struct pld_device.
* virtex2_pld_device_t -> struct virtex2_pld_deviceZachary T Welch2009-11-132-8/+8
| | | | Remove misleading typedef and redundant suffix from struct virtex2_pld_device.
* xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch2009-11-133-5/+5
| | | | Remove misleading typedef and redundant suffix from struct xilinx_bit_file.
* pld_driver_t -> struct pld_driverZachary T Welch2009-11-133-6/+6
| | | | Remove misleading typedef and redundant suffix from struct pld_driver.
* connection_t -> struct connectionZachary T Welch2009-11-135-67/+67
| | | | Remove misleading typedef and redundant suffix from struct connection.
* telnet_connection_t -> struct telnet_connectionZachary T Welch2009-11-132-10/+10
| | | | Remove misleading typedef and redundant suffix from struct telnet_connection.