Struct xed_sys::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, pub positive_memory_displacements: xed_bool_t, }
Expand description

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

Fields

hex_address_before_symbolic_name: c_uint

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.

xml_a: c_uint

Simple XML output format for the Intel syntax disassembly.

xml_f: c_uint

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

omit_unit_scale: c_uint

omit unit scale “*1”

no_sign_extend_signed_immediates: c_uint

do not sign extend signed immediates

write_mask_curly_k0: c_uint

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

lowercase_hex: xed_bool_t

lowercase hexadecimal

positive_memory_displacements: xed_bool_t

Show negative memory displacements as positive numbers.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.