Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Data Structures | Macros | Functions | Variables
handle.c File Reference

(b76ad15ed0da636161de0243c547ee1e6fc95681)

#include <ruby.h>
#include <fiddle.h>
Include dependency graph for handle.c:

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
 

Macro Definition Documentation

◆ CHECK_DLERROR

#define CHECK_DLERROR

◆ RTLD_DEFAULT

#define RTLD_DEFAULT   NULL

Definition at line 305 of file handle.c.

◆ RTLD_NEXT

#define RTLD_NEXT   NULL

Definition at line 302 of file handle.c.

Function Documentation

◆ Init_fiddle_handle()

void Init_fiddle_handle ( void  )

Definition at line 432 of file handle.c.

References mFiddle, rb_cHandle, rb_cObject, rb_define_alloc_func(), and rb_define_class_under().

Variable Documentation

◆ rb_cHandle

VALUE rb_cHandle

Definition at line 4 of file handle.c.

Referenced by Init_fiddle_handle().