Searched refs:memory_ref_char (Results 1 – 4 of 4) sorted by relevance
41 char memory_ref_char; member
575 if (arch->objdump.memory_ref_char) { in check_multi_regs()576 op = strchr(op, arch->objdump.memory_ref_char); in check_multi_regs()
2505 *str != arch->objdump.memory_ref_char) in extract_reg_offset()2591 } else if (strchr(insn_str, arch->objdump.memory_ref_char)) { in annotate_get_insn_location()
813 arch->objdump.memory_ref_char = '('; in arch__new_x86()