Home
last modified time | relevance | path

Searched refs:sizeof_output (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_glue.c165 unsigned sizeof_output; member
181 memset(glue->output, 0, glue->sizeof_output); in hw_glue_init_address()
190 &glue->sizeof_output, me)) in hw_glue_init_address()
193 if (glue->sizeof_output == 0) in hw_glue_init_address()
195 if (glue->sizeof_output % sizeof(unsigned_word) != 0) in hw_glue_init_address()
204 glue->nr_outputs = glue->sizeof_output / sizeof(unsigned_word); in hw_glue_init_address()
205 glue->output = zalloc(glue->sizeof_output); in hw_glue_init_address()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_glue.c165 unsigned sizeof_output; member
181 memset(glue->output, 0, glue->sizeof_output); in hw_glue_init_address()
190 &glue->sizeof_output, me)) in hw_glue_init_address()
193 if (glue->sizeof_output == 0) in hw_glue_init_address()
195 if (glue->sizeof_output % sizeof(unsigned_word) != 0) in hw_glue_init_address()
204 glue->nr_outputs = glue->sizeof_output / sizeof(unsigned_word); in hw_glue_init_address()
205 glue->output = zalloc(glue->sizeof_output); in hw_glue_init_address()
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Ddv-glue.c183 unsigned sizeof_output; member
221 &glue->sizeof_output, in hw_glue_finish()
226 if (glue->sizeof_output == 0) in hw_glue_finish()
228 if (glue->sizeof_output % sizeof (unsigned_word) != 0) in hw_glue_finish()
242 glue->nr_outputs = glue->sizeof_output / sizeof (unsigned_word); in hw_glue_finish()
251 glue->sizeof_output = sizeof (unsigned_word); in hw_glue_finish()
253 glue->output = hw_zalloc (me, glue->sizeof_output); in hw_glue_finish()
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Ddv-glue.c183 unsigned sizeof_output; member
221 &glue->sizeof_output, in hw_glue_finish()
226 if (glue->sizeof_output == 0) in hw_glue_finish()
228 if (glue->sizeof_output % sizeof (unsigned_word) != 0) in hw_glue_finish()
242 glue->nr_outputs = glue->sizeof_output / sizeof (unsigned_word); in hw_glue_finish()
251 glue->sizeof_output = sizeof (unsigned_word); in hw_glue_finish()
253 glue->output = hw_zalloc (me, glue->sizeof_output); in hw_glue_finish()