HomeSort by relevance Sort by last modified time
    Searched refs:opname_len (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-tilegx.c 1235 size_t opname_len; local
    [all...]
tc-tilepro.c 1120 size_t opname_len; local
1126 opname_len = strcspn (str, " {}");
1127 old_char = str[opname_len];
1128 str[opname_len] = '\0';
1131 str[opname_len] = old_char;
1134 as_bad (_("Unknown opcode `%.*s'."), (int)opname_len, str);
1140 input_line_pointer = str + opname_len;
    [all...]

Completed in 81 milliseconds