HomeSort by: relevance | last modified time | path
    Searched defs:objfile_object (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-objfile.c 29 struct objfile_object struct
57 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("objfile_object");
63 void operator() (objfile_object *obj)
66 gdbpy_ref<objfile_object> object (obj);
71 static const registry<objfile>::key<objfile_object, objfpy_deleter> variable
93 objfile_object *obj = (objfile_object *) self;
107 objfile_object *obj = (objfile_object *) self;
124 objfile_object *self = (objfile_object *) o
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-objfile.c 29 struct objfile_object struct
57 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("objfile_object");
63 void operator() (objfile_object *obj)
66 gdbpy_ref<objfile_object> object (obj);
71 static const registry<objfile>::key<objfile_object, objfpy_deleter> variable
93 objfile_object *obj = (objfile_object *) self;
107 objfile_object *obj = (objfile_object *) self;
124 objfile_object *self = (objfile_object *) o
    [all...]

Completed in 25 milliseconds