Skip to main content

opnd_is_near_rel_addr

Function opnd_is_near_rel_addr 

Source
pub unsafe extern "C" fn opnd_is_near_rel_addr(opnd: opnd_t) -> bool_
Expand description

Returns true iff \p opnd is a near (i.e., default segment) pc-relative memory reference operand.

\note For 64-bit x86 DR builds only. Equivalent to opnd_is_rel_addr() for ARM.