Searched refs:last_type (Results 1 – 5 of 5) sorted by relevance
43 static enum map_type last_type; variable2444 last_type = type; in print_insn_aarch64()2450 if (last_type == MAP_DATA) in print_insn_aarch64()2471 if (last_type == MAP_DATA) in print_insn_aarch64()
66 enum map_type last_type; member6604 private_data->last_type = type; in print_insn()6605 is_thumb = (private_data->last_type == MAP_THUMB); in print_insn()6606 is_data = (private_data->last_type == MAP_DATA); in print_insn()
87 (enum map_type, last_type): New.
712 static char last_type; /* Is the index for an X or a D. */ variable726 if (new_index != last_index || this_type != last_type) in get_symbol()743 last_type = this_type; in get_symbol()
1469 * stabs.c (struct stab_handle): Remove last_type field. Add1476 set info->last_type.