Lines Matching defs:last_map_symbol
62 int last_map_symbol;
1210 /* Reset the last_map_symbol if we start to dump a new section. */
1212 pd->last_map_symbol = -1;
1215 don't use the last_map_symbol to search. We usually reset the
1217 from_last_map_symbol = (pd->last_map_symbol >= 0
1222 n = from_last_map_symbol ? pd->last_map_symbol : info->symtab_pos + 1;
1247 n = from_last_map_symbol ? pd->last_map_symbol : info->symtab_pos;
1299 pd->last_map_symbol = symbol;
1318 && pd->last_map_symbol >= 0)
1322 for (n = pd->last_map_symbol + 1; n < info->symtab_size; n++)
1470 pd->last_map_symbol = -1;