Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
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()
Dsymfile-mem.c70 struct objfile *objf; in symbol_file_add_from_memory() local
112 objf = symbol_file_add_from_bfd (nbfd, from_tty, in symbol_file_add_from_memory()
118 return objf; in symbol_file_add_from_memory()
Dobjfiles.c689 struct objfile *objf; in objfile_purge_solibs() local
692 ALL_OBJFILES_SAFE (objf, temp) in objfile_purge_solibs()
697 if (!(objf->flags & OBJF_USERLOADED) && (objf->flags & OBJF_SHARED)) in objfile_purge_solibs()
698 free_objfile (objf); in objfile_purge_solibs()
Dada-lang.c1002 struct objfile *objf; in ada_decode_symbol() local
1003 ALL_OBJFILES (objf) in ada_decode_symbol()
1005 if (obfd == objf->obfd) in ada_decode_symbol()
1008 &objf->objfile_obstack); in ada_decode_symbol()
1470 struct objfile *objf = TYPE_OBJFILE (value_type (arr)); in ada_type_of_array() local
1483 struct type *range_type = alloc_type (objf); in ada_type_of_array()
1484 struct type *array_type = alloc_type (objf); in ada_type_of_array()