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

  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 1310 bool is_objfile_owned () const
1315 void set_is_objfile_owned (bool is_objfile_owned)
1317 m_is_objfile_owned = is_objfile_owned;
1442 if is_objfile_owned is false, which only happens for
1452 is_objfile_owned is false, which only happens for
1458 this if is_objfile_owned is false, which only happens for
1468 Which one to use is defined by symbol.is_objfile_owned. */
1309 bool is_objfile_owned () const function in struct:symbol
gdbtypes.h 1421 bool is_objfile_owned () const function in struct:type
1449 if (!this->is_objfile_owned ())
1460 if (this->is_objfile_owned ())
2216 (obstack_alloc (((t)->is_objfile_owned () \
2281 if (type->is_objfile_owned ())
2298 : m_is_objfile (type->is_objfile_owned ()),
2301 if (type->is_objfile_owned ())
  /src/external/gpl3/gdb/dist/gdb/
symtab.h 1309 bool is_objfile_owned () const
1314 void set_is_objfile_owned (bool is_objfile_owned)
1316 m_is_objfile_owned = is_objfile_owned;
1441 if is_objfile_owned is false, which only happens for
1451 is_objfile_owned is false, which only happens for
1457 this if is_objfile_owned is false, which only happens for
1467 Which one to use is defined by symbol.is_objfile_owned. */
1308 bool is_objfile_owned () const function in struct:symbol
gdbtypes.h 1438 bool is_objfile_owned () const function in struct:type
1466 if (!this->is_objfile_owned ())
1477 if (this->is_objfile_owned ())
2233 (obstack_alloc (((t)->is_objfile_owned () \
2298 if (type->is_objfile_owned ())
2315 : m_is_objfile (type->is_objfile_owned ()),
2318 if (type->is_objfile_owned ())

Completed in 24 milliseconds