Searched refs:objf (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dminsyms.c152 struct objfile *objf)
176 if (objf == NULL || objf == objfile)
270 lookup_minimal_symbol_text (const char *name, struct objfile *objf) argument
283 if (objf == NULL || objf == objfile)
327 struct objfile *objf)
339 if (objf == NULL || objf == objfile)
151 lookup_minimal_symbol(const char *name, const char *sfile, struct objfile *objf) argument
326 lookup_minimal_symbol_solib_trampoline(const char *name, struct objfile *objf) argument
H A Dobjfiles.c724 struct objfile *objf;
727 ALL_OBJFILES_SAFE (objf, temp)
732 if (!(objf->flags & OBJF_USERLOADED) && (objf->flags & OBJF_SHARED))
733 free_objfile (objf);
722 struct objfile *objf; local
H A Dada-lang.c1082 struct objfile *objf = TYPE_OBJFILE (VALUE_TYPE (arr));
1095 struct type *range_type = alloc_type (objf);
1096 struct type *array_type = alloc_type (objf);
1078 struct objfile *objf = TYPE_OBJFILE (VALUE_TYPE (arr)); local

Completed in 115 milliseconds