OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noname_undefs_allocated
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
256
static int
noname_undefs_allocated
;
variable
6803
if (noname_undefs_length ==
noname_undefs_allocated
)
6805
noname_undefs_allocated
*= 2;
6808
noname_undefs_allocated
* sizeof (struct nat));
7217
noname_undefs_allocated
= 20;
7219
noname_undefs = XNEWVEC (struct nat,
noname_undefs_allocated
);
/src/external/gpl3/gdb/dist/gdb/
stabsread.c
256
static int
noname_undefs_allocated
;
variable
6806
if (noname_undefs_length ==
noname_undefs_allocated
)
6808
noname_undefs_allocated
*= 2;
6811
noname_undefs_allocated
* sizeof (struct nat));
7218
noname_undefs_allocated
= 20;
7220
noname_undefs = XNEWVEC (struct nat,
noname_undefs_allocated
);
Completed in 26 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026