OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:undef_types
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
240
static struct type **
undef_types
;
variable in typeref:struct:type
3686
The cleanup of undefined types stored in
undef_types
only uses
6813
/* Add TYPE to the
UNDEF_TYPES
vector.
6822
undef_types
= (struct type **)
6823
xrealloc ((char *)
undef_types
,
6826
undef_types
[undef_types_length++] = type;
6835
(
UNDEF_TYPES
) is used for types whose name has been provided, and
6851
/* Try to fix all undefined types pushed on the
UNDEF_TYPES
vector. */
6912
for (type =
undef_types
; type <
undef_types
+ undef_types_length; type++
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
stabsread.c
240
static struct type **
undef_types
;
variable in typeref:struct:type
3688
The cleanup of undefined types stored in
undef_types
only uses
6816
/* Add TYPE to the
UNDEF_TYPES
vector.
6825
undef_types
= (struct type **)
6826
xrealloc ((char *)
undef_types
,
6829
undef_types
[undef_types_length++] = type;
6838
(
UNDEF_TYPES
) is used for types whose name has been provided, and
6854
/* Try to fix all undefined types pushed on the
UNDEF_TYPES
vector. */
6915
for (type =
undef_types
; type <
undef_types
+ undef_types_length; type++
[
all
...]
Completed in 85 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026