HomeSort by: relevance | last modified time | path
    Searched refs:avr_sim_state (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/avr/
avr-sim.h 34 struct avr_sim_state { struct
39 #define AVR_SIM_STATE(sd) ((struct avr_sim_state *) STATE_ARCH_DATA (sd))
interp.c 732 const struct avr_sim_state *state = AVR_SIM_STATE (CPU_STATE (cpu));
902 const struct avr_sim_state *state = AVR_SIM_STATE (CPU_STATE (cpu));
1698 SIM_DESC sd = sim_state_alloc_extra (kind, cb, sizeof (struct avr_sim_state));
1771 struct avr_sim_state *state = AVR_SIM_STATE (sd);
  /src/external/gpl3/gdb/dist/sim/avr/
avr-sim.h 34 struct avr_sim_state { struct
39 #define AVR_SIM_STATE(sd) ((struct avr_sim_state *) STATE_ARCH_DATA (sd))
interp.c 732 const struct avr_sim_state *state = AVR_SIM_STATE (CPU_STATE (cpu));
902 const struct avr_sim_state *state = AVR_SIM_STATE (CPU_STATE (cpu));
1698 SIM_DESC sd = sim_state_alloc_extra (kind, cb, sizeof (struct avr_sim_state));
1771 struct avr_sim_state *state = AVR_SIM_STATE (sd);

Completed in 17 milliseconds