#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 | 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.
|
|
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. |
|
|
do not sign extend signed immediates
Definition at line 60 of file xed-format-options.h. |
|
|
omit unit scale "*1"
Definition at line 57 of file xed-format-options.h. |
|
|
Simple XML output format for the Intel syntax disassembly.
Definition at line 52 of file xed-format-options.h. |
|
|
Include flags in the XML formatting (must also supply xml_a).
Definition at line 54 of file xed-format-options.h. |
1.4.6