Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dminsyms.c147 struct objfile *objf; in msymbol_objfile() local
153 for (objf = object_files; objf; objf = objf->next) in msymbol_objfile()
156 return objf; in msymbol_objfile()
185 struct objfile *objf) in lookup_minimal_symbol() argument
219 if (objf == NULL || objf == objfile in lookup_minimal_symbol()
325 iter = objf->msymbol_hash[hash]; in iterate_over_minimal_symbols()
361 if (objf == NULL || objf == objfile in lookup_minimal_symbol_text()
401 struct objfile *objf) in lookup_minimal_symbol_by_pc_name() argument
412 if (objf == NULL || objf == objfile in lookup_minimal_symbol_by_pc_name()
433 struct objfile *objf) in lookup_minimal_symbol_solib_trampoline() argument
[all …]
H A Djit.c975 struct objfile *objf; in jit_find_objf_with_entry_addr() local
977 ALL_OBJFILES (objf) in jit_find_objf_with_entry_addr()
983 return objf; in jit_find_objf_with_entry_addr()
1020 struct objfile *objf; in jit_breakpoint_re_set_internal() local
1040 ps_data->objfile = objf; in jit_breakpoint_re_set_internal()
1374 struct objfile *objf; in jit_inferior_exit_hook() local
1377 ALL_OBJFILES_SAFE (objf, temp) in jit_inferior_exit_hook()
1383 jit_unregister_code (objf); in jit_inferior_exit_hook()
1393 struct objfile *objf; in jit_event_handler() local
1412 if (objf == NULL) in jit_event_handler()
[all …]
H A Dobjfiles.c1015 struct objfile *objf; in objfile_purge_solibs() local
1018 ALL_OBJFILES_SAFE (objf, temp) in objfile_purge_solibs()
1023 if (!(objf->flags & OBJF_USERLOADED) && (objf->flags & OBJF_SHARED)) in objfile_purge_solibs()
1024 free_objfile (objf); in objfile_purge_solibs()
H A Dminsyms.h239 void iterate_over_minimal_symbols (struct objfile *objf,
H A Dsymfile.c1247 struct objfile *objf; in symbol_file_add() local
1249 objf = symbol_file_add_from_bfd (bfd, add_flags, addrs, flags, NULL); in symbol_file_add()
1251 return objf; in symbol_file_add()
H A Dvalops.c193 struct objfile *objf; in value_allocate_space_in_inferior() local
194 struct value *val = find_function_in_inferior ("malloc", &objf); in value_allocate_space_in_inferior()
195 struct gdbarch *gdbarch = get_objfile_arch (objf); in value_allocate_space_in_inferior()
H A Dada-lang.c1311 struct objfile *objf = gsymbol->obj_section->objfile; in ada_decode_symbol() local
1313 *resultp = obstack_copy0 (&objf->objfile_obstack, in ada_decode_symbol()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-prettyprint.c106 PyObject *objf = objfile_to_objfile_object (obj); in find_pretty_printer_from_objfiles() local
107 if (!objf) in find_pretty_printer_from_objfiles()
114 pp_list = objfpy_get_printers (objf, NULL); in find_pretty_printer_from_objfiles()
H A Dpython.c1183 struct objfile *objf; in gdbpy_objfiles() local
1190 ALL_OBJFILES (objf) in gdbpy_objfiles()
1192 PyObject *item = objfile_to_objfile_object (objf); in gdbpy_objfiles()