Module DL
In: dl/dl.c
dl/lib/dl/struct.rb
dl/lib/dl/types.rb
dl/lib/dl/import.rb

Classes and Modules

Module DL::Importable
Class DL::DLError
Class DL::DLTypeError
Class DL::Types

Constants

FuncTable = DLFuncTable
RTLD_GLOBAL = INT2NUM(RTLD_GLOBAL)
RTLD_LAZY = INT2NUM(RTLD_LAZY)
RTLD_NOW = INT2NUM(RTLD_NOW)
ALIGN_INT = INT2NUM(ALIGN_INT)
ALIGN_LONG = INT2NUM(ALIGN_LONG)
ALIGN_FLOAT = INT2NUM(ALIGN_FLOAT)
ALIGN_SHORT = INT2NUM(ALIGN_SHORT)
ALIGN_DOUBLE = INT2NUM(ALIGN_DOUBLE)
ALIGN_VOIDP = INT2NUM(ALIGN_VOIDP)
MAX_ARG = INT2NUM(MAX_ARG)
DLSTACK = rb_tainted_str_new2(DLSTACK_METHOD)
FREE = rb_dlsym_new(dlfree, "free", "0P")

[Validate]

ruby-doc.org is hosted and run by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. Ruby-doc.org was created in 2002 to promote the Ruby language and to help other Ruby hackers.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.