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

  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1196 bool is_stub () const function in struct:type
1201 void set_is_stub (bool is_stub)
1203 this->main_type->m_flag_stub = is_stub;
1606 /* * If is_stub is clear, this is the mangled name which we can look
1610 If is_stub is set, this is the portion of the mangled name which
1613 for the conversion from this format to the one used if is_stub is
1640 unsigned int is_stub:1; member in struct:fn_field
2007 #define TYPE_FN_FIELD_STUB(thisfn, n) ((thisfn)[n].is_stub)
2055 && ((thistype)->is_stub () || !(thistype)->stub_is_supported ()))
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1202 bool is_stub () const function in struct:type
1207 void set_is_stub (bool is_stub)
1209 this->main_type->m_flag_stub = is_stub;
1612 /* * If is_stub is clear, this is the mangled name which we can look
1616 If is_stub is set, this is the portion of the mangled name which
1619 for the conversion from this format to the one used if is_stub is
1646 unsigned int is_stub:1; member in struct:fn_field
2013 #define TYPE_FN_FIELD_STUB(thisfn, n) ((thisfn)[n].is_stub)
2061 && ((thistype)->is_stub () || !(thistype)->stub_is_supported ()))

Completed in 26 milliseconds