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

  /src/external/gpl3/gdb.old/dist/gdb/
ctfread.c 186 static struct type *read_pointer_type (struct ctf_context *cp, ctf_id_t tid,
946 read_pointer_type (struct ctf_context *ccp, ctf_id_t tid, ctf_id_t btid) function
957 complaint (_("read_pointer_type: NULL target type (%ld)"), btid);
1040 type = read_pointer_type (ccp, tid, btid);
1110 type = read_pointer_type (ccp, tid, btid);
  /src/external/gpl3/gdb/dist/gdb/
ctfread.c 186 static struct type *read_pointer_type (struct ctf_context *cp, ctf_id_t tid,
946 read_pointer_type (struct ctf_context *ccp, ctf_id_t tid, ctf_id_t btid) function
957 complaint (_("read_pointer_type: NULL target type (%ld)"), btid);
1040 type = read_pointer_type (ccp, tid, btid);
1110 type = read_pointer_type (ccp, tid, btid);

Completed in 18 milliseconds