Searched refs:objfile_to_objfile_object (Results 1 – 17 of 17) sorted by relevance
30 gdbpy_ref<> py_objfile = objfile_to_objfile_object (objfile); in create_new_objfile_event_object()66 gdbpy_ref<> py_objfile = objfile_to_objfile_object (objfile); in create_free_objfile_event_object()
134 return objfile_to_objfile_object (objfile).release (); in pspy_get_symbol_file()436 gdbpy_ref<> item = objfile_to_objfile_object (objf); in pspy_get_objfiles()492 return objfile_to_objfile_object (objf).release (); in pspy_objfile_for_address()
144 return objfile_to_objfile_object (owner).release (); in objfpy_get_owner()674 return objfile_to_objfile_object (objfile).release (); in gdbpy_lookup_objfile()688 objfile_to_objfile_object (struct objfile *objfile) in objfile_to_objfile_object() function
146 gdbpy_ref<> py_objfile = objfile_to_objfile_object (objfile); in gdbpy_get_matching_xmethod_workers()
173 return objfile_to_objfile_object (symtab->compunit ()->objfile ()).release (); in stpy_get_objfile()
103 gdbpy_ref<> objf = objfile_to_objfile_object (obj); in find_pretty_printer_from_objfiles()
455 gdbpy_ref<> objfile_to_objfile_object (struct objfile *);
1758 return objfile_to_objfile_object (gdbpy_current_objfile).release (); in gdbpy_get_current_objfile()1780 gdbpy_ref<> pyo_objfile = objfile_to_objfile_object (objfile); in gdbpy_handle_missing_debuginfo()
407 return objfile_to_objfile_object (objfile).release (); in typy_get_objfile()
7461 (pspace_to_pspace_object, objfile_to_objfile_object)7813 (objfile_to_objfile_object): Ditto.
3660 * python/python-internal.h (objfile_to_objfile_object): Change3670 (objfile_to_objfile_object): Return a new reference.
2690 (objfpy_new, objfile_to_objfile_object): Call it.7864 (objfpy_new, objfile_to_objfile_object): Initialize xmethods
5848 * python/py-objfile.c (objfile_to_objfile_object):
1696 (objfile_to_objfile_object): Set new field.
2419 (objfile_to_objfile_object): Likewise.
8848 * python/python-internal.h (objfile_to_objfile_object): Declare.
16882 (objfile_to_objfile_object): Likewise.