OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symbol_cache_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
symtab.c
269
static unsigned int
symbol_cache_size
= DEFAULT_SYMBOL_CACHE_SIZE;
variable
1403
resize_symbol_cache (cache,
symbol_cache_size
);
1434
new_symbol_cache_size =
symbol_cache_size
;
1439
symbol_cache_size
= new_symbol_cache_size;
1441
set_symbol_cache_size (
symbol_cache_size
);
1565
gdb_assert (
symbol_cache_size
== 0);
1577
gdb_assert (cache->global_symbols->size ==
symbol_cache_size
);
1578
gdb_assert (cache->static_symbols->size ==
symbol_cache_size
);
/src/external/gpl3/gdb/dist/gdb/
symtab.c
303
static unsigned int
symbol_cache_size
= DEFAULT_SYMBOL_CACHE_SIZE;
variable
1403
resize_symbol_cache (cache,
symbol_cache_size
);
1434
new_symbol_cache_size =
symbol_cache_size
;
1439
symbol_cache_size
= new_symbol_cache_size;
1441
set_symbol_cache_size (
symbol_cache_size
);
1565
gdb_assert (
symbol_cache_size
== 0);
1577
gdb_assert (cache->global_symbols->size ==
symbol_cache_size
);
1578
gdb_assert (cache->static_symbols->size ==
symbol_cache_size
);
Completed in 21 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026