void *msg,
unsigned int len_noheader)
{
- hw_rv_device *rv = (hw_rv_device *) hw_data (me);
uint8_t buf[32+3];
uint8_t *bufp;
unsigned int len = len_noheader + 3;
- int ret;
buf[0] = len & 255;
buf[1] = (len >> 8) & 255;
hw_rv_finish (struct hw *me)
{
hw_rv_device *rv = HW_ZALLOC (me, hw_rv_device);
- int i;
const struct hw_property *mem_prop;
const struct hw_property *dummy_prop;
const struct hw_property *mbox_prop;
cris_offset_sections (SIM_DESC sd, int offset)
{
struct bfd *abfd = STATE_PROG_BFD (sd);
- asection *text;
struct offsetinfo oi;
/* Only happens for usage error. */
cris_handle_interpreter (SIM_DESC sd, struct bfd *abfd)
{
int i, n_hdrs;
- bfd_byte buf[4];
char *interp = NULL;
struct bfd *ibfd;
bfd_boolean ok = FALSE;