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

  /src/external/gpl3/gdb/dist/gdb/
ctfread.c 899 read_restrict_type (struct ctf_context *ccp, ctf_id_t tid, ctf_id_t btid) function
910 complaint (_("read_restrict_type: NULL base type (%ld)"), btid);
1036 type = read_restrict_type (ccp, tid, btid);
1106 type = read_restrict_type (ccp, tid, btid);
  /src/external/gpl3/gdb.old/dist/gdb/
ctfread.c 900 read_restrict_type (struct ctf_context *ccp, ctf_id_t tid, ctf_id_t btid) function
911 complaint (_("read_restrict_type: NULL base type (%ld)"), btid);
1037 type = read_restrict_type (ccp, tid, btid);
1107 type = read_restrict_type (ccp, tid, btid);

Completed in 25 milliseconds