Searched refs:sc_Info (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c640 sc_Info = scInfo, /* symbol contains debugger information */
1173 sc_Info, /* 8: C_MOS member of struct */
1175 sc_Info, /* 10: C_STRTAG struct tag */
1176 sc_Info, /* 11: C_MOU member of union */
1177 sc_Info, /* 12: C_UNTAG union tag */
1178 sc_Info, /* 13: C_TPDEF typedef */
1180 sc_Info, /* 15: C_ENTAG enum tag */
1181 sc_Info, /* 16: C_MOE member of enum */
1267 sc_Info, /* 102: C_EOS end of struct/union/enum */
1692 if (type != st_File && storage != sc_Info)
639 sc_Info = scInfo, /* symbol contains debugger information */ enumerator in enum:sc
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c710 sc_Info = scInfo, /* symbol contains debugger information */
1237 sc_Info, /* 8: C_MOS member of struct */
1239 sc_Info, /* 10: C_STRTAG struct tag */
1240 sc_Info, /* 11: C_MOU member of union */
1241 sc_Info, /* 12: C_UNTAG union tag */
1242 sc_Info, /* 13: C_TPDEF typedef */
1244 sc_Info, /* 15: C_ENTAG enum tag */
1245 sc_Info, /* 16: C_MOE member of enum */
1331 sc_Info, /* 102: C_EOS end of struct/union/enum */
1834 if (type != st_File && storage != sc_Info)
705 sc_Info = scInfo, /* symbol contains debugger information */ enumerator in enum:sc
[all...]
H A Dmips-tdump.c85 sc_Info = scInfo, /* symbol contains debugger information */
352 case sc_Info: return "Info";
913 if (storage_class == sc_Text || storage_class == sc_Info)
1002 else if (scope_ptr->st == st_Block && scope_ptr->sc == sc_Info)
84 sc_Info = scInfo, /* symbol contains debugger information */ enumerator in enum:sc

Completed in 106 milliseconds