Home | History | Annotate | Download | only in opcodes

Lines Matching defs:last_map_symbol

70 static int last_map_symbol = -1;
1148 /* Reset the last_map_symbol if we start to dump a new section. */
1150 last_map_symbol = -1;
1153 don't use the last_map_symbol to search. We usually reset the
1155 from_last_map_symbol = (last_map_symbol >= 0
1160 n = from_last_map_symbol ? last_map_symbol : info->symtab_pos + 1;
1185 n = from_last_map_symbol ? last_map_symbol : info->symtab_pos;
1236 last_map_symbol = symbol;
1254 && last_map_symbol >= 0)
1258 for (n = last_map_symbol + 1; n < info->symtab_size; n++)