initialize(lib = nil, flags = DL::RTLD_LAZY | DL::RTLD_GLOBAL) Class Public methods Create a new handler that opens library named lib with flags. If no library is specified, RTLD_DEFAULT is used.
sym(name) Class Public methods Get the address as an Integer for the function named name.
wrap_result(r) Instance Public methods
unbind_at_call() Instance Public methods
unbind() Instance Public methods
to_i() Instance Public methods
name() Instance Public methods
call(*args, &block) Instance Public methods
bound?() Instance Public methods
bind_at_call(&block) Instance Public methods
Page 2152 of 2275