Searched refs:STATE_ARCH_DATA (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/avr/
H A Dsim-main.h41 #define AVR_SIM_STATE(sd) ((struct avr_sim_state *) STATE_ARCH_DATA (sd))
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dsim-main.h39 #define STATE_BOARD_DATA(sd) ((struct bfin_board_data *) STATE_ARCH_DATA (sd))
/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dsim-main.h141 #define H8300_SIM_STATE(sd) ((struct h8300_sim_state *) STATE_ARCH_DATA (sd))
/netbsd-current/external/gpl3/gdb/dist/sim/riscv/
H A Dsim-main.h72 #define RISCV_SIM_STATE(sd) ((struct riscv_sim_state *) STATE_ARCH_DATA (sd))
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-base.h45 If your sim needs to allocate sim-wide state, use STATE_ARCH_DATA. */
235 #define STATE_ARCH_DATA(sd) ((sd)->arch_data) macro
H A Dsim-utils.c61 STATE_ARCH_DATA (sd) = zalloc (extra_bytes);
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.h487 #define MIPS_SIM_STATE(sd) ((struct mips_sim_state *) STATE_ARCH_DATA (sd))

Completed in 84 milliseconds