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

  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 130 static struct type *read_type (const char **, struct objfile *);
486 (lookup_function_type (read_type (&pp, objfile)));
490 sym->set_type (read_type (&pp, objfile));
500 (lookup_function_type (read_type (&pp, objfile)));
504 sym->set_type (read_type (&pp, objfile));
3390 sym->set_type (read_type (&p, objfile));
3420 sym->set_type (read_type (&p, objfile));
3429 sym->set_type (read_type (&p, objfile));
3479 ptype = read_type (&p, objfile);
3484 a TYPE_CODE_VOID type by read_type, and we have to tur
3977 read_type (const char **pp, struct objfile *objfile) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 130 static struct type *read_type (const char **, struct objfile *);
486 (lookup_function_type (read_type (&pp, objfile)));
490 sym->set_type (read_type (&pp, objfile));
500 (lookup_function_type (read_type (&pp, objfile)));
504 sym->set_type (read_type (&pp, objfile));
3392 sym->set_type (read_type (&p, objfile));
3422 sym->set_type (read_type (&p, objfile));
3431 sym->set_type (read_type (&p, objfile));
3481 ptype = read_type (&p, objfile);
3486 a TYPE_CODE_VOID type by read_type, and we have to tur
3979 read_type (const char **pp, struct objfile *objfile) function
    [all...]

Completed in 25 milliseconds