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

  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-objfile.c 46 static const char objfile_smob_name[] = "gdb:objfile"; variable
82 gdbscm_printf (port, "#<%s ", objfile_smob_name);
103 scm_gc_malloc (sizeof (objfile_smob), objfile_smob_name);
172 objfile_smob_name);
415 = gdbscm_make_smob_type (objfile_smob_name, sizeof (objfile_smob));
171 objfile_smob_name); local
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-objfile.c 46 static const char objfile_smob_name[] = "gdb:objfile"; variable
82 gdbscm_printf (port, "#<%s ", objfile_smob_name);
103 scm_gc_malloc (sizeof (objfile_smob), objfile_smob_name);
172 objfile_smob_name);
415 = gdbscm_make_smob_type (objfile_smob_name, sizeof (objfile_smob));
171 objfile_smob_name); local

Completed in 16 milliseconds