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

  /src/external/gpl3/gdb.old/dist/gdbserver/
inferiors.h 58 struct sym_cache *symbol_cache = NULL; member in struct:process_info
  /src/external/gpl3/gdb/dist/gdbserver/
inferiors.h 57 struct sym_cache *symbol_cache = NULL; member in struct:process_info
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.c 239 struct symbol_cache struct
241 symbol_cache () = default;
243 ~symbol_cache ()
255 static const registry<program_space>::key<symbol_cache> symbol_cache_key;
1360 resize_symbol_cache (struct symbol_cache *cache, unsigned int new_size)
1395 static struct symbol_cache *
1398 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1416 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1453 symbol_cache_lookup (struct symbol_cache *cache,
1558 struct symbol_cache *cache = symbol_cache_key.get (pspace)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
symtab.c 273 struct symbol_cache struct
275 symbol_cache () = default;
277 ~symbol_cache ()
289 static const registry<program_space>::key<symbol_cache> symbol_cache_key;
1360 resize_symbol_cache (struct symbol_cache *cache, unsigned int new_size)
1395 static struct symbol_cache *
1398 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1416 struct symbol_cache *cache = symbol_cache_key.get (pspace);
1453 symbol_cache_lookup (struct symbol_cache *cache,
1558 struct symbol_cache *cache = symbol_cache_key.get (pspace)
    [all...]

Completed in 36 milliseconds