Struct xed_sys::xed_interface::xed_format_options_t [] [src]

#[repr(C)]
pub struct xed_format_options_t { pub hex_address_before_symbolic_name: c_uint, pub xml_a: c_uint, pub xml_f: c_uint, pub omit_unit_scale: c_uint, pub no_sign_extend_signed_immediates: c_uint, pub write_mask_curly_k0: c_uint, pub lowercase_hex: xed_bool_t, }

Options for the disasembly formatting functions. Set once during initialization by a calling #xed_format_set_options @ingroup PRINT

Fields

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.

Simple XML output format for the Intel syntax disassembly.

Include flags in the XML formatting (must also supply xml_a)

omit unit scale "*1"

do not sign extend signed immediates

write-mask-with-curly-brackets, omit k0

lowercase hexadecimal

Trait Implementations

impl Debug for xed_format_options_t
[src]

Formats the value using the given formatter.

impl Copy for xed_format_options_t
[src]

impl Clone for xed_format_options_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more