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

  /src/external/gpl3/binutils/dist/gas/config/
tc-mmix.c 3704 struct mmix_symbol_gregs *all_greg_symbols[MAX_GREGS]; local
3769 all_greg_symbols[n_greg_symbols++] = gregs;
3779 qsort (all_greg_symbols[i]->greg_fixes, all_greg_symbols[i]->n_gregs,
3780 sizeof (all_greg_symbols[i]->greg_fixes[0]), cmp_greg_symbol_fixes);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mmix.c 3704 struct mmix_symbol_gregs *all_greg_symbols[MAX_GREGS]; local
3769 all_greg_symbols[n_greg_symbols++] = gregs;
3779 qsort (all_greg_symbols[i]->greg_fixes, all_greg_symbols[i]->n_gregs,
3780 sizeof (all_greg_symbols[i]->greg_fixes[0]), cmp_greg_symbol_fixes);

Completed in 19 milliseconds