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

  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 304 FDR *fdrs;
308 fdrs = debug_info->fdr;
309 f = fdrs + cf;
312 return fdrs + rf;
318 return fdrs + rfd;
2646 But the FDRs for the header files are after the FDR for the source
3709 /* Now scan the FDRs for dependencies. */
299 FDR *fdrs; local
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 304 FDR *fdrs;
308 fdrs = debug_info->fdr;
309 f = fdrs + cf;
312 return fdrs + rf;
318 return fdrs + rfd;
2646 But the FDRs for the header files are after the FDR for the source
3712 /* Now scan the FDRs for dependencies. */
299 FDR *fdrs; local

Completed in 21 milliseconds