Home
last modified time | relevance | path

Searched refs:objfile_debug_name (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile-debug.c96 objfile_debug_name (this), retval); in has_partial_symbols()
107 objfile_debug_name (this)); in has_unexpanded_symtabs()
121 objfile_debug_name (this), (result ? 1 : 0)); in has_unexpanded_symtabs()
133 objfile_debug_name (this)); in find_last_source_symtab()
154 objfile_debug_name (this)); in forget_cached_source_info()
181 objfile_debug_name (this), name, in map_symtabs_matching_filename()
250 objfile_debug_name (this), kind, name.c_str (), in lookup_symbol()
306 objfile_debug_name (this), print_bcache); in print_stats()
317 objfile_debug_name (this)); in dump()
329 objfile_debug_name (this), func_name); in expand_symtabs_for_function()
[all …]
Dobjfiles.h1003 extern const char *objfile_debug_name (const struct objfile *objfile);
Dsymtab.c2023 objfile_debug_name (block->objfile ())); in lookup_language_this()
2117 objfile != NULL ? objfile_debug_name (objfile) : "NULL"); in lookup_symbol_aux()
2263 objfile != nullptr ? objfile_debug_name (objfile) : "NULL", in lookup_symbol_in_block()
2316 objfile_debug_name (objfile), in lookup_symbol_in_objfile_symtabs()
2438 objfile_debug_name (objfile), in lookup_symbol_via_quick_fns()
2531 objfile != nullptr ? objfile_debug_name (objfile) : "NULL", in lookup_symbol_in_static_block()
2558 objfile_debug_name (objfile), in lookup_symbol_in_objfile()
Dobjfiles.c1277 objfile_debug_name (const struct objfile *objfile) in objfile_debug_name() function
Dminsyms.c389 objfile_debug_name (objfile)); in lookup_minimal_symbol()
DChangeLog-2014246 * objfiles.c (objfile_debug_name): Moved here, and renamed ...
249 * objfiles.h (objfile_debug_name): Declare.