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
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
255
static struct nat *
noname_undefs
;
variable in typeref:struct:nat
6791
/* Add {TYPE, TYPENUMS} to the
NONAME_UNDEFS
vector.
6806
noname_undefs
= (struct nat *)
6807
xrealloc ((char *)
noname_undefs
,
6810
noname_undefs
[noname_undefs_length++] = nat;
6837
the second list (
NONAME_UNDEFS
) is used for types whose name is
6860
struct nat nat =
noname_undefs
[i];
7219
noname_undefs
= XNEWVEC (struct nat, noname_undefs_allocated);
/src/external/gpl3/gdb/dist/gdb/
stabsread.c
255
static struct nat *
noname_undefs
;
variable in typeref:struct:nat
6794
/* Add {TYPE, TYPENUMS} to the
NONAME_UNDEFS
vector.
6809
noname_undefs
= (struct nat *)
6810
xrealloc ((char *)
noname_undefs
,
6813
noname_undefs
[noname_undefs_length++] = nat;
6840
the second list (
NONAME_UNDEFS
) is used for types whose name is
6863
struct nat nat =
noname_undefs
[i];
7220
noname_undefs
= XNEWVEC (struct nat, noname_undefs_allocated);
Completed in 23 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026