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.