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

  /src/external/gpl3/binutils/dist/gas/config/
kvx-parse.c 817 struct token_s tok_ =
819 return create_token (tok_, 0, tok.begin);
814 struct token_s tok_ = local
tc-kvx.c 702 struct token_list *tok_ = tok; local
705 while (tok_)
707 int ret = insert_operand (insn, *format, tok_);
709 while ((tok_ = tok_->next) && tok_->category == CAT_SEPARATOR);
  /src/external/gpl3/binutils.old/dist/gas/config/
kvx-parse.c 817 struct token_s tok_ =
819 return create_token (tok_, 0, tok.begin);
814 struct token_s tok_ = local
tc-kvx.c 702 struct token_list *tok_ = tok; local
705 while (tok_)
707 int ret = insert_operand (insn, *format, tok_);
709 while ((tok_ = tok_->next) && tok_->category == CAT_SEPARATOR);

Completed in 20 milliseconds