Home | History | Annotate | Download | only in binutils

Lines Matching defs:base_index

125   unsigned int base_index;
3437 unsigned int base_index;
3450 base_index = tindex / STAB_TYPES_SLOTS * STAB_TYPES_SLOTS;
3451 tindex -= base_index;
3452 while (*ps && (*ps)->base_index < base_index)
3455 if (*ps == NULL || (*ps)->base_index != base_index)
3459 n->base_index = base_index;