Searched refs:xstormy16_pc_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxstormy16-tdep.c86 xstormy16_pc_size = 4 enumerator in enum:__anon1585
238 gdb_byte buf[xstormy16_pc_size];
291 store_unsigned_integer (buf, xstormy16_pc_size, byte_order, bp_addr);
292 write_memory (stack_dest, buf, xstormy16_pc_size);
293 stack_dest += xstormy16_pc_size;
300 return stack_dest - xstormy16_pc_size;
324 cache->framesize = xstormy16_pc_size;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxstormy16-tdep.c86 xstormy16_pc_size = 4 enumerator in enum:__anon1083
233 gdb_byte buf[xstormy16_pc_size];
286 store_unsigned_integer (buf, xstormy16_pc_size, byte_order, bp_addr);
287 write_memory (stack_dest, buf, xstormy16_pc_size);
288 stack_dest += xstormy16_pc_size;
295 return stack_dest - xstormy16_pc_size;
319 cache->framesize = xstormy16_pc_size;

Completed in 161 milliseconds