Home
last modified time | relevance | path

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

/netbsd-src/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()