Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.c4493 struct objfile *resolve_objfile; in scan_file_globals() local
4502 resolve_objfile = current_program_space->symfile_object_file; in scan_file_globals()
4504 resolve_objfile = objfile; in scan_file_globals()
4518 for (minimal_symbol *msymbol : resolve_objfile->msymbols ()) in scan_file_globals()
4562 (sym, msymbol->value_address (resolve_objfile), in scan_file_globals()
4566 (msymbol->value_address (resolve_objfile)); in scan_file_globals()
4586 if (resolve_objfile == objfile) in scan_file_globals()
4588 resolve_objfile = objfile; in scan_file_globals()