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

  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 227 static char *coff_getfilename (union internal_auxent *, struct objfile *);
1263 filestring = coff_getfilename (&main_aux, objfile);
1598 coff_getfilename (union internal_auxent *aux_entry, struct objfile *objfile)
2353 filestring = coff_getfilename (&main_aux[0], objfile);
1593 coff_getfilename (union internal_auxent *aux_entry, struct objfile *objfile) function
coffread.c 197 static const char *coff_getfilename (union internal_auxent *);
975 filestring = coff_getfilename (&main_aux);
1428 coff_getfilename (union internal_auxent *aux_entry)
1422 coff_getfilename (union internal_auxent *aux_entry) function
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 197 static const char *coff_getfilename (union internal_auxent *);
976 filestring = coff_getfilename (&main_aux);
1429 coff_getfilename (union internal_auxent *aux_entry)
1423 coff_getfilename (union internal_auxent *aux_entry) function
xcoffread.c 227 static char *coff_getfilename (union internal_auxent *, struct objfile *);
1263 filestring = coff_getfilename (&main_aux, objfile);
1598 coff_getfilename (union internal_auxent *aux_entry, struct objfile *objfile)
2353 filestring = coff_getfilename (&main_aux[0], objfile);
1593 coff_getfilename (union internal_auxent *aux_entry, struct objfile *objfile) function

Completed in 30 milliseconds