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

  /src/external/gpl3/gdb/dist/gdb/python/
python-internal.h 1185 get_storage (owner)->add (obj);
1193 get_storage (owner)->remove (obj);
1202 obj_type *obj = get_storage (owner)->lookup (val);
1213 Storage *get_storage (O *owner, const StorageKey<O> &key) const
1224 Storage *get_storage (struct objfile* objf) const
1226 return get_storage (objf, m_key_for_objf);
1229 Storage *get_storage (struct gdbarch* arch) const
1231 return get_storage (arch, m_key_for_arch);
1211 Storage *get_storage (O *owner, const StorageKey<O> &key) const function in class:gdbpy_registry
1222 Storage *get_storage (struct objfile* objf) const function in class:gdbpy_registry
1227 Storage *get_storage (struct gdbarch* arch) const function in class:gdbpy_registry
python-internal.h 1185 get_storage (owner)->add (obj);
1193 get_storage (owner)->remove (obj);
1202 obj_type *obj = get_storage (owner)->lookup (val);
1213 Storage *get_storage (O *owner, const StorageKey<O> &key) const
1224 Storage *get_storage (struct objfile* objf) const
1226 return get_storage (objf, m_key_for_objf);
1229 Storage *get_storage (struct gdbarch* arch) const
1231 return get_storage (arch, m_key_for_arch);
1211 Storage *get_storage (O *owner, const StorageKey<O> &key) const function in class:gdbpy_registry
1222 Storage *get_storage (struct objfile* objf) const function in class:gdbpy_registry
1227 Storage *get_storage (struct gdbarch* arch) const function in class:gdbpy_registry
python-internal.h 1185 get_storage (owner)->add (obj);
1193 get_storage (owner)->remove (obj);
1202 obj_type *obj = get_storage (owner)->lookup (val);
1213 Storage *get_storage (O *owner, const StorageKey<O> &key) const
1224 Storage *get_storage (struct objfile* objf) const
1226 return get_storage (objf, m_key_for_objf);
1229 Storage *get_storage (struct gdbarch* arch) const
1231 return get_storage (arch, m_key_for_arch);
1211 Storage *get_storage (O *owner, const StorageKey<O> &key) const function in class:gdbpy_registry
1222 Storage *get_storage (struct objfile* objf) const function in class:gdbpy_registry
1227 Storage *get_storage (struct gdbarch* arch) const function in class:gdbpy_registry

Completed in 106 milliseconds