HomeSort by: relevance | last modified time | path
    Searched refs:pc_buf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
arm-none-tdep.c 75 gdb_byte pc_buf[ARM_INT_REGISTER_SIZE]; local
82 store_unsigned_integer (pc_buf, ARM_INT_REGISTER_SIZE, byte_order,
84 regcache->raw_supply (ARM_PC_REGNUM, pc_buf);
arm-linux-tdep.c 488 gdb_byte pc_buf[ARM_INT_REGISTER_SIZE]; local
510 store_unsigned_integer (pc_buf, ARM_INT_REGISTER_SIZE, byte_order,
512 regcache->raw_supply (ARM_PC_REGNUM, pc_buf);
  /src/external/gpl3/gdb.old/dist/gdb/
arm-none-tdep.c 75 gdb_byte pc_buf[ARM_INT_REGISTER_SIZE]; local
82 store_unsigned_integer (pc_buf, ARM_INT_REGISTER_SIZE, byte_order,
84 regcache->raw_supply (ARM_PC_REGNUM, pc_buf);
arm-linux-tdep.c 487 gdb_byte pc_buf[ARM_INT_REGISTER_SIZE]; local
509 store_unsigned_integer (pc_buf, ARM_INT_REGISTER_SIZE, byte_order,
511 regcache->raw_supply (ARM_PC_REGNUM, pc_buf);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-status.c 102 const char *pc_buf = pc_out.c_str ();
192 string.puts (pc_buf);
101 const char *pc_buf = pc_out.c_str (); local
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-status.c 106 const char *pc_buf = pc_out.c_str ();
196 string.puts (pc_buf);
105 const char *pc_buf = pc_out.c_str (); local

Completed in 18 milliseconds