#include <xed-format-options.h>
Data Fields | |
unsigned int | hex_address_before_symbolic_name |
by default, XED prints the hex address before any symbolic name for branch targets. | |
unsigned int | no_sign_extend_signed_immediates |
do not sign extend signed immediates | |
unsigned int | omit_unit_scale |
omit unit scale "*1" | |
unsigned int | write_mask_curly_k0 |
write-mask-with-curly-brackets, omit k0 | |
unsigned int | xml_a |
Simple XML output format for the Intel syntax disassembly. | |
unsigned int | xml_f |
Include flags in the XML formatting (must also supply xml_a). |
Set once during initialization by a calling xed_format_set_options
Definition at line 45 of file xed-format-options.h.
unsigned int hex_address_before_symbolic_name |
by default, XED prints the hex address before any symbolic name for branch targets.
If set to zero, then XED will not print the hex address before a valid symbolic name.
Definition at line 49 of file xed-format-options.h.
unsigned int no_sign_extend_signed_immediates |
unsigned int omit_unit_scale |
unsigned int write_mask_curly_k0 |
unsigned int xml_a |
Simple XML output format for the Intel syntax disassembly.
Definition at line 52 of file xed-format-options.h.
unsigned int xml_f |
Include flags in the XML formatting (must also supply xml_a).
Definition at line 54 of file xed-format-options.h.