OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:static_symbols
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
symtab.c
246
destroy_block_symbol_cache (
static_symbols
);
250
struct block_symbol_cache *
static_symbols
= nullptr;
member in struct:symbol_cache
1372
destroy_block_symbol_cache (cache->
static_symbols
);
1377
cache->
static_symbols
= NULL;
1385
cache->
static_symbols
1388
cache->
static_symbols
->size = new_size;
1466
bsc = cache->
static_symbols
;
1566
gdb_assert (cache->
static_symbols
== NULL);
1574
&& cache->
static_symbols
->misses == 0)
1578
gdb_assert (cache->
static_symbols
->size == symbol_cache_size)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
symtab.c
280
destroy_block_symbol_cache (
static_symbols
);
284
struct block_symbol_cache *
static_symbols
= nullptr;
member in struct:symbol_cache
1372
destroy_block_symbol_cache (cache->
static_symbols
);
1377
cache->
static_symbols
= NULL;
1385
cache->
static_symbols
1388
cache->
static_symbols
->size = new_size;
1466
bsc = cache->
static_symbols
;
1566
gdb_assert (cache->
static_symbols
== NULL);
1574
&& cache->
static_symbols
->misses == 0)
1578
gdb_assert (cache->
static_symbols
->size == symbol_cache_size)
[
all
...]
Completed in 83 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026