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

  /src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c 849 struct pop_entry pop_table[] =
923 + ARRAY_SIZE (pop_table) \
1070 for (i = 0; i < ARRAY_SIZE (pop_table); i++)
1073 p->type = (pop_table[i].flags & F_POP_POSTFIX
1075 p->name = pop_table[i].name;
1076 p->len = strlen (pop_table[i].name);
1077 p->pop = &pop_table[i];
844 struct pop_entry pop_table[] = variable in typeref:struct:pop_entry
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c 848 struct pop_entry pop_table[] =
922 + ARRAY_SIZE (pop_table) \
1069 for (i = 0; i < ARRAY_SIZE (pop_table); i++)
1072 p->type = (pop_table[i].flags & F_POP_POSTFIX
1074 p->name = pop_table[i].name;
1075 p->len = strlen (pop_table[i].name);
1076 p->pop = &pop_table[i];
843 struct pop_entry pop_table[] = variable in typeref:struct:pop_entry

Completed in 29 milliseconds