OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:struct_types_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
wrstabs.c
127
size_t
struct_types_alloc
;
member in struct:stab_type_cache
1252
if (id >= info->type_cache.
struct_types_alloc
)
1256
alloc = info->type_cache.
struct_types_alloc
;
1265
+ info->type_cache.
struct_types_alloc
),
1267
((alloc - info->type_cache.
struct_types_alloc
)
1269
info->type_cache.
struct_types_alloc
= alloc;
/src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c
127
size_t
struct_types_alloc
;
member in struct:stab_type_cache
1254
if (id >= info->type_cache.
struct_types_alloc
)
1258
alloc = info->type_cache.
struct_types_alloc
;
1267
+ info->type_cache.
struct_types_alloc
),
1269
((alloc - info->type_cache.
struct_types_alloc
)
1271
info->type_cache.
struct_types_alloc
= alloc;
Completed in 35 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026