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

  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 230 static int has_opaque_xref (FDR *, SYMR *);
1303 if (has_opaque_xref (cur_fdr, sh))
3544 if (sh.iss == 0 || has_opaque_xref (fh, &sh))
4241 has_opaque_xref (FDR *fh, SYMR *sh)
4232 has_opaque_xref (FDR *fh, SYMR *sh) function
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 230 static int has_opaque_xref (FDR *, SYMR *);
1303 if (has_opaque_xref (cur_fdr, sh))
3547 if (sh.iss == 0 || has_opaque_xref (fh, &sh))
4244 has_opaque_xref (FDR *fh, SYMR *sh)
4235 has_opaque_xref (FDR *fh, SYMR *sh) function

Completed in 62 milliseconds