|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Data Structures | |
| struct | dl_handle |
Macros | |
| #define | RTLD_NEXT NULL |
| #define | RTLD_DEFAULT NULL |
| #define | CHECK_DLERROR |
Functions | |
| void | Init_fiddle_handle (void) |
Variables | |
| VALUE | rb_cHandle |
| #define CHECK_DLERROR |
| void Init_fiddle_handle | ( | void | ) |
Definition at line 376 of file handle.c.
References INT2NUM, mFiddle, rb_cHandle, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_const(), rb_define_method, rb_define_singleton_method, RTLD_DEFAULT, and RTLD_NEXT.
Referenced by Init_fiddle().
| VALUE rb_cHandle |
Definition at line 4 of file handle.c.
Referenced by Init_fiddle_handle().