HomeSort by: relevance | last modified time | path
    Searched defs:global_symbols (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symtab.c 245 destroy_block_symbol_cache (global_symbols);
249 struct block_symbol_cache *global_symbols = nullptr; member in struct:symbol_cache
1365 if ((cache->global_symbols != NULL
1366 && cache->global_symbols->size == new_size)
1367 || (cache->global_symbols == NULL
1371 destroy_block_symbol_cache (cache->global_symbols);
1376 cache->global_symbols = NULL;
1383 cache->global_symbols
1387 cache->global_symbols->size = new_size;
1464 bsc = cache->global_symbols;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
symtab.c 279 destroy_block_symbol_cache (global_symbols);
283 struct block_symbol_cache *global_symbols = nullptr; member in struct:symbol_cache
1365 if ((cache->global_symbols != NULL
1366 && cache->global_symbols->size == new_size)
1367 || (cache->global_symbols == NULL
1371 destroy_block_symbol_cache (cache->global_symbols);
1376 cache->global_symbols = NULL;
1383 cache->global_symbols
1387 cache->global_symbols->size = new_size;
1464 bsc = cache->global_symbols;
    [all...]

Completed in 19 milliseconds