OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PENDING_LIST
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c
97
struct mdebug_pending **
pending_list
;
110
#define
PENDING_LIST
(p) (PST_PRIVATE(p)->
pending_list
)
484
static struct mdebug_pending **
pending_list
;
495
for (p =
pending_list
[f_idx]; p; p = p->next)
515
p->next =
pending_list
[f_idx];
516
pending_list
[f_idx] = p;
2394
pending_list
= XOBNEWVEC (&objfile->objfile_obstack, mdebug_pending *,
2396
memset (
pending_list
, 0,
2633
PENDING_LIST
(pst) = pending_list
96
struct mdebug_pending **
pending_list
;
member in struct:md_symloc
478
static struct mdebug_pending **
pending_list
;
variable in typeref:struct:mdebug_pending
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
mdebugread.c
97
struct mdebug_pending **
pending_list
;
110
#define
PENDING_LIST
(p) (PST_PRIVATE(p)->
pending_list
)
484
static struct mdebug_pending **
pending_list
;
495
for (p =
pending_list
[f_idx]; p; p = p->next)
515
p->next =
pending_list
[f_idx];
516
pending_list
[f_idx] = p;
2394
pending_list
= XOBNEWVEC (&objfile->objfile_obstack, mdebug_pending *,
2396
memset (
pending_list
, 0,
2633
PENDING_LIST
(pst) = pending_list
96
struct mdebug_pending **
pending_list
;
member in struct:md_symloc
478
static struct mdebug_pending **
pending_list
;
variable in typeref:struct:mdebug_pending
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026