Lines Matching refs:modcount
3052 unsigned short modcount; in decode_mod_fund_type() local
3058 modcount = target_to_host (typedata, nbytes, GET_UNSIGNED, current_objfile); in decode_mod_fund_type()
3063 modcount -= attribute_size (AT_fund_type); in decode_mod_fund_type()
3067 typep = decode_modified_type (typedata, modcount, AT_mod_fund_type); in decode_mod_fund_type()
3098 unsigned short modcount; in decode_mod_u_d_type() local
3104 modcount = target_to_host (typedata, nbytes, GET_UNSIGNED, current_objfile); in decode_mod_u_d_type()
3109 modcount -= attribute_size (AT_user_def_type); in decode_mod_u_d_type()
3113 typep = decode_modified_type (typedata, modcount, AT_mod_u_d_type); in decode_mod_u_d_type()
3158 decode_modified_type (char *modifiers, unsigned int modcount, int mtype) in decode_modified_type() argument
3166 if (modcount == 0) in decode_modified_type()
3197 typep = decode_modified_type (modifiers, --modcount, mtype); in decode_modified_type()