Searched refs:curformentry (Results 1 – 1 of 1) sorted by relevance
921 struct Dwarf_Macro_Forms_s *curformentry = 0; in read_operands_table() local987 curformentry = macro_context->mc_opcode_forms; in read_operands_table()988 for (i = 0; i < operand_table_count; ++i,++curformentry) { in read_operands_table()1005 curformentry->mf_code = opcode_number; in read_operands_table()1006 curformentry->mf_formcount = formcount; in read_operands_table()1013 curformentry->mf_formbytes = macro_data; in read_operands_table()1018 if (!valid_macro_form(curformentry->mf_formbytes[k])) { in read_operands_table()1024 res = validate_opcode(macro_context->mc_dbg,curformentry, error); in read_operands_table()