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

  /src/external/gpl3/gdb.old/dist/gdb/
ax-general.c 299 struct aop_map
327 static struct aop_map aop_map[] =
357 if (op >= ARRAY_SIZE (aop_map) || aop_map[op].name == nullptr)
363 if (i + 1 + aop_map[op].op_size > x->buf.size ())
366 i, aop_map[op].name);
370 gdb_printf (f, "%3d %s", i, aop_map[op].name);
371 if (aop_map[op].op_size > 0)
376 read_const (x, i + 1, aop_map[op].op_size))
297 struct aop_map struct
325 static struct aop_map aop_map[] = variable in typeref:struct:aop_map
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ax-general.c 299 struct aop_map
327 static struct aop_map aop_map[] =
357 if (op >= ARRAY_SIZE (aop_map) || aop_map[op].name == nullptr)
363 if (i + 1 + aop_map[op].op_size > x->buf.size ())
366 i, aop_map[op].name);
370 gdb_printf (f, "%3d %s", i, aop_map[op].name);
371 if (aop_map[op].op_size > 0)
376 read_const (x, i + 1, aop_map[op].op_size))
297 struct aop_map struct
325 static struct aop_map aop_map[] = variable in typeref:struct:aop_map
    [all...]

Completed in 15 milliseconds