Lines Matching defs:annotation_options
80 struct annotation_options { struct
81 bool hide_src_code,
82 use_offset,
83 jump_arrows,
84 print_lines,
85 full_path,
86 show_linenr,
87 show_fileloc,
88 show_nr_jumps,
89 show_minmax_cycle,
90 show_asm_raw,
91 annotate_src,
92 full_addr;
93 u8 offset_level;
94 int min_pcnt;
95 int max_lines;
96 int context;
97 char *objdump_path;
98 char *disassembler_style;
99 const char *prefix;
100 const char *prefix_strip;
101 unsigned int percent_type;