Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsymfile-mem.c63 struct objfile *objf; in symbol_file_add_from_memory() local
102 objf = symbol_file_add_from_bfd (nbfd, from_tty, in symbol_file_add_from_memory()
108 return objf; in symbol_file_add_from_memory()
H A Dminsyms.c160 struct objfile *objf) in lookup_minimal_symbol() argument
184 if (objf == NULL || objf == objfile) in lookup_minimal_symbol()
278 lookup_minimal_symbol_text (const char *name, struct objfile *objf) in lookup_minimal_symbol_text() argument
291 if (objf == NULL || objf == objfile) in lookup_minimal_symbol_text()
335 struct objfile *objf) in lookup_minimal_symbol_solib_trampoline() argument
347 if (objf == NULL || objf == objfile) in lookup_minimal_symbol_solib_trampoline()
H A Dobjfiles.c706 struct objfile *objf; in objfile_purge_solibs() local
709 ALL_OBJFILES_SAFE (objf, temp) in objfile_purge_solibs()
714 if (!(objf->flags & OBJF_USERLOADED) && (objf->flags & OBJF_SHARED)) in objfile_purge_solibs()
715 free_objfile (objf); in objfile_purge_solibs()
H A Dada-lang.c997 struct objfile *objf; in ada_decode_symbol() local
998 ALL_OBJFILES (objf) in ada_decode_symbol()
1000 if (obfd == objf->obfd) in ada_decode_symbol()
1003 &objf->objfile_obstack); in ada_decode_symbol()
1465 struct objfile *objf = TYPE_OBJFILE (VALUE_TYPE (arr)); in ada_type_of_array() local
1478 struct type *range_type = alloc_type (objf); in ada_type_of_array()
1479 struct type *array_type = alloc_type (objf); in ada_type_of_array()