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

  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 74 #define SDB_TYPE(type) (BTYPE(type) | (type & N_TMASK))
931 if (!get_last_source_file () && SDB_TYPE (cs->c_type)
1021 else if (!SDB_TYPE (cs->c_type)
1041 SDB_TYPE. This parallels what we do for other debug
1114 if (SDB_TYPE (cs->c_type))
1318 if (!SDB_TYPE (cs->c_type))
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 74 #define SDB_TYPE(type) (BTYPE(type) | (type & N_TMASK))
932 if (!get_last_source_file () && SDB_TYPE (cs->c_type)
1022 else if (!SDB_TYPE (cs->c_type)
1042 SDB_TYPE. This parallels what we do for other debug
1115 if (SDB_TYPE (cs->c_type))
1319 if (!SDB_TYPE (cs->c_type))

Completed in 99 milliseconds