Home | History | Annotate | Download | only in gdb

Lines Matching refs:m_arg

309   struct alpha_arg *m_arg;
322 for (i = 0, m_arg = alpha_args; i < nargs; i++, m_arg++)
398 m_arg->len = arg_type->length ();
399 m_arg->offset = accumulate_size;
400 accumulate_size = (accumulate_size + m_arg->len + 7) & ~7;
401 m_arg->contents = arg->contents ().data ();
421 for (i = nargs; m_arg--, --i >= 0;)
423 const gdb_byte *contents = m_arg->contents;
424 int offset = m_arg->offset;
425 int len = m_arg->len;