Lines Matching refs:annotate_opts
1422 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src,
1424 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw,
1428 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix",
1430 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N",
1485 OPT_CALLBACK(0, "percent-type", &annotate_opts, "local-period",
1541 annotate_opts.disassembler_style = strdup(disassembler_style);
1542 if (!annotate_opts.disassembler_style)
1546 annotate_opts.objdump_path = strdup(objdump_path);
1547 if (!annotate_opts.objdump_path)
1735 annotate_opts.annotate_src = false;