class FFI::UDis86::OperandPointer
Public Instance Methods
offset()
click to toggle source
Returns the offset within the segment of the pointer.
@return [Integer]
The offset within the segment.
# File lib/ffi/udis86/operand_pointer.rb, line 28 def offset self[:offset] end
Also aliased as: off
segment()
click to toggle source
Returns the pointer segment.
@return [Integer]
The pointer segment.
# File lib/ffi/udis86/operand_pointer.rb, line 16 def segment self[:segment] end
Also aliased as: seg