Searched refs:m_arg (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dalpha-tdep.c277 struct alpha_arg *m_arg;
290 for (i = 0, m_arg = alpha_args; i < nargs; i++, m_arg++)
366 m_arg->len = TYPE_LENGTH (arg_type);
367 m_arg->offset = accumulate_size;
368 accumulate_size = (accumulate_size + m_arg->len + 7) & ~7;
369 m_arg->contents = value_contents_writeable (arg);
389 for (i = nargs; m_arg--, --i >= 0;)
391 gdb_byte *contents = m_arg->contents;
392 int offset = m_arg
275 struct alpha_arg *m_arg; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dalpha-tdep.c277 struct alpha_arg *m_arg;
290 for (i = 0, m_arg = alpha_args; i < nargs; i++, m_arg++)
366 m_arg->len = TYPE_LENGTH (arg_type);
367 m_arg->offset = accumulate_size;
368 accumulate_size = (accumulate_size + m_arg->len + 7) & ~7;
369 m_arg->contents = value_contents_writeable (arg);
389 for (i = nargs; m_arg--, --i >= 0;)
391 gdb_byte *contents = m_arg->contents;
392 int offset = m_arg
275 struct alpha_arg *m_arg; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dalpha-tdep.c277 struct alpha_arg *m_arg;
290 for (i = 0, m_arg = alpha_args; i < nargs; i++, m_arg++)
366 m_arg->len = TYPE_LENGTH (arg_type);
367 m_arg->offset = accumulate_size;
368 accumulate_size = (accumulate_size + m_arg->len + 7) & ~7;
369 m_arg->contents = value_contents_writeable (arg);
389 for (i = nargs; m_arg--, --i >= 0;)
391 gdb_byte *contents = m_arg->contents;
392 int offset = m_arg
275 struct alpha_arg *m_arg; local
[all...]

Completed in 52 milliseconds