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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Djit.c326 struct objfile *objf; local
329 ALL_OBJFILES (objf)
331 objf_entry_addr = (CORE_ADDR *) objfile_data (objf, jit_objfile_data);
333 return objf;
492 struct objfile *objf; local
495 ALL_OBJFILES_SAFE (objf, temp)
496 if (objfile_data (objf, jit_objfile_data) != NULL)
497 jit_unregister_code (objf);
512 struct objfile *objf; local
529 objf
[all...]
H A Dminsyms.c149 struct objfile *objf; local
155 for (objf = object_files; objf; objf = objf->next)
156 for (tsym = objf->msymbol_hash[hash]; tsym; tsym = tsym->hash_next)
158 return objf;
187 struct objfile *objf)
221 if (objf == NULL || objf
186 lookup_minimal_symbol(const char *name, const char *sfile, struct objfile *objf) argument
316 lookup_minimal_symbol_text(const char *name, struct objfile *objf) argument
371 lookup_minimal_symbol_by_pc_name(CORE_ADDR pc, const char *name, struct objfile *objf) argument
409 lookup_minimal_symbol_solib_trampoline(const char *name, struct objfile *objf) argument
[all...]
H A Dsymfile-mem.c69 struct objfile *objf; local
111 objf = symbol_file_add_from_bfd (nbfd, from_tty ? SYMFILE_VERBOSE : 0,
117 return objf;
H A Dobjfiles.c991 struct objfile *objf;
994 ALL_OBJFILES_SAFE (objf, temp)
999 if (!(objf->flags & OBJF_USERLOADED) && (objf->flags & OBJF_SHARED))
1000 free_objfile (objf);
989 struct objfile *objf; local
H A Dvalops.c195 struct objfile *objf; local
196 struct value *val = find_function_in_inferior ("malloc", &objf);
197 struct gdbarch *gdbarch = get_objfile_arch (objf);
H A Dada-lang.c1259 struct objfile *objf = gsymbol->obj_section->objfile;
1262 &objf->objfile_obstack);
1256 struct objfile *objf = gsymbol->obj_section->objfile; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-prettyprint.c106 PyObject *objf = objfile_to_objfile_object (obj); local
107 if (!objf)
114 pp_list = objfpy_get_printers (objf, NULL);
H A Dpython.c862 struct objfile *objf;
869 ALL_OBJFILES (objf)
871 PyObject *item = objfile_to_objfile_object (objf);
858 struct objfile *objf; local

Completed in 271 milliseconds