Home
last modified time | relevance | path

Searched refs:objfile_to_objfile_object (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-newobjfileevent.c37 py_objfile = objfile_to_objfile_object (objfile); in create_new_objfile_event_object()
H A Dpy-objfile.c209 objfile_to_objfile_object (struct objfile *objfile) in objfile_to_objfile_object() function
H A Dpython-internal.h255 PyObject *objfile_to_objfile_object (struct objfile *);
H A Dpy-symtab.c122 result = objfile_to_objfile_object (symtab->objfile); in stpy_get_objfile()
H A Dpython.c1172 result = objfile_to_objfile_object (gdbpy_current_objfile); in gdbpy_get_current_objfile()
1192 PyObject *item = objfile_to_objfile_object (objf); in gdbpy_objfiles()
H A Dpy-prettyprint.c106 PyObject *objf = objfile_to_objfile_object (obj); in find_pretty_printer_from_objfiles()