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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-objfile.c 292 static struct objfile *ofscm_current_objfile;
305 ofscm_current_objfile = objfile;
311 ofscm_current_objfile = NULL;
325 ofscm_current_objfile = objfile;
332 ofscm_current_objfile = NULL;
337 Ideally this would be named ofscm_current_objfile, but that name is
343 if (ofscm_current_objfile == NULL)
346 return ofscm_scm_from_objfile (ofscm_current_objfile);
289 static struct objfile *ofscm_current_objfile; variable in typeref:struct:objfile
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-objfile.c 292 static struct objfile *ofscm_current_objfile;
305 ofscm_current_objfile = objfile;
311 ofscm_current_objfile = NULL;
325 ofscm_current_objfile = objfile;
332 ofscm_current_objfile = NULL;
337 Ideally this would be named ofscm_current_objfile, but that name is
343 if (ofscm_current_objfile == NULL)
346 return ofscm_scm_from_objfile (ofscm_current_objfile);
289 static struct objfile *ofscm_current_objfile; variable in typeref:struct:objfile

Completed in 15 milliseconds