Searched refs:mapping_type (Results 1 – 3 of 3) sorted by relevance
981 enum map_type mapping_type = MAP_CODE; in print_insn_nds32() local1017 if (get_mapping_symbol_type (info, n, &mapping_type)) in print_insn_nds32()1031 if (is_mapping_symbol (info, n, &mapping_type)) in print_insn_nds32()1042 private_data->last_mapping_type = mapping_type; in print_insn_nds32()1061 if (mapping_type == MAP_DATA0) in print_insn_nds32()1063 if (mapping_type == MAP_DATA1) in print_insn_nds32()1065 if (mapping_type == MAP_DATA2) in print_insn_nds32()1067 if (mapping_type == MAP_DATA3) in print_insn_nds32()1069 if (mapping_type == MAP_DATA4) in print_insn_nds32()1134 if (mapping_type == MAP_DATA0) in print_insn_nds32()
254 inline bool addr_is_type(uptr addr, MappingDesc::Type mapping_type) { in addr_is_type() argument261 if (kMemoryLayout[i].type == mapping_type && in addr_is_type()