Home | History | Annotate | Download | only in bfd

Lines Matching defs:msp

2133       struct mmo_symbol **msp;
2140 msp = (struct mmo_symbol **) alocation;
2142 s = s->next, ++msp)
2143 *msp = s;
2145 *msp = NULL;
2155 for (msp = (struct mmo_symbol **) alocation, c = csymbols;
2156 *msp != NULL;
2157 msp++, ++c)
2159 s = *msp;