get_fixup_target_off

get fixup target offset
     ea - address to get information about
returns: -1 - no fixup at the specified address
         otherwise returns fixup target offset

long get_fixup_target_off(long ea);

Last updated