HomeSort by: relevance | last modified time | path
    Searched defs:xstormy16_pc_size (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
xstormy16-tdep.c 86 xstormy16_pc_size = 4 enumerator in enum:__anon21096
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;
  /src/external/gpl3/gdb/dist/gdb/
xstormy16-tdep.c 86 xstormy16_pc_size = 4 enumerator in enum:__anon727
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 49 milliseconds