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

  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 97 struct mdebug_pending **pending_list;
471 struct mdebug_pending
473 struct mdebug_pending *next; /* link */
484 static struct mdebug_pending **pending_list;
488 static struct mdebug_pending *
492 struct mdebug_pending *p;
507 struct mdebug_pending *p = is_pending_symbol (fh, sh);
512 p = XOBNEW (&mdebugread_objfile->objfile_obstack, mdebug_pending);
595 struct mdebug_pending *pend;
2394 pending_list = XOBNEWVEC (&objfile->objfile_obstack, mdebug_pending *,
465 struct mdebug_pending struct
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 97 struct mdebug_pending **pending_list;
471 struct mdebug_pending
473 struct mdebug_pending *next; /* link */
484 static struct mdebug_pending **pending_list;
488 static struct mdebug_pending *
492 struct mdebug_pending *p;
507 struct mdebug_pending *p = is_pending_symbol (fh, sh);
512 p = XOBNEW (&mdebugread_objfile->objfile_obstack, mdebug_pending);
595 struct mdebug_pending *pend;
2394 pending_list = XOBNEWVEC (&objfile->objfile_obstack, mdebug_pending *,
465 struct mdebug_pending struct
    [all...]

Completed in 18 milliseconds