Searched refs:insn_str (Results 1 – 1 of 1) sorted by relevance
2356 const char *insn_str = ops->source.raw; in annotate_get_insn_location() local2361 insn_str = ops->target.raw; in annotate_get_insn_location()2370 if (insn_str == NULL) { in annotate_get_insn_location()2384 } else if (strchr(insn_str, arch->objdump.memory_ref_char)) { in annotate_get_insn_location()2387 extract_reg_offset(arch, insn_str, op_loc); in annotate_get_insn_location()2393 if (!strncmp(insn_str, "%gs:", 4)) { in annotate_get_insn_location()2395 op_loc->offset = strtol(insn_str + 4, in annotate_get_insn_location()2397 if (p && p != insn_str + 4) in annotate_get_insn_location()2403 s = strdup(insn_str); in annotate_get_insn_location()