Searched refs:objf (Results 1 – 9 of 9) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | minsyms.c | 147 struct objfile *objf; in msymbol_objfile() local 153 for (objf = object_files; objf; objf = objf->next) in msymbol_objfile() 154 for (tsym = objf->msymbol_hash[hash]; tsym; tsym = tsym->hash_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() 220 || objf == objfile->separate_debug_objfile_backlink) in lookup_minimal_symbol() 314 iterate_over_minimal_symbols (struct objfile *objf, const char *name, in iterate_over_minimal_symbols() argument 325 iter = objf->msymbol_hash[hash]; in iterate_over_minimal_symbols() 336 iter = objf->msymbol_demangled_hash[hash]; in iterate_over_minimal_symbols() [all …]
|
| H A D | jit.c | 284 get_jit_objfile_data (struct objfile *objf) in get_jit_objfile_data() argument 288 objf_data = objfile_data (objf, jit_objfile_data); in get_jit_objfile_data() 292 set_objfile_data (objf, jit_objfile_data, objf_data); in get_jit_objfile_data() 975 struct objfile *objf; in jit_find_objf_with_entry_addr() local 977 ALL_OBJFILES (objf) in jit_find_objf_with_entry_addr() 981 objf_data = objfile_data (objf, jit_objfile_data); 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 1028 reg_symbol = lookup_minimal_symbol_and_objfile (jit_break_name, &objf); in jit_breakpoint_re_set_internal() 1032 desc_symbol = lookup_minimal_symbol (jit_descriptor_name, NULL, objf); in jit_breakpoint_re_set_internal() [all …]
|
| H A D | objfiles.c | 1015 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 D | minsyms.h | 239 void iterate_over_minimal_symbols (struct objfile *objf,
|
| H A D | symfile.c | 1247 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 D | valops.c | 193 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 D | ada-lang.c | 1311 struct objfile *objf = gsymbol->obj_section->objfile; in ada_decode_symbol() local 1313 *resultp = obstack_copy0 (&objf->objfile_obstack, in ada_decode_symbol()
|
| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | py-prettyprint.c | 106 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 D | python.c | 1183 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()
|