#include "global.h"#include "interpret.h"#include "constants.h"#include "pike_error.h"#include "module.h"#include "stralloc.h"#include "pike_macros.h"#include "main.h"#include "lex.h"#include "object.h"Defines | |
| #define | RTLD_NOW 0 |
| #define | RTLD_LAZY 0 |
| #define | RTLD_GLOBAL 0 |
Functions | |
| void | init_dynamic_load (void) |
| void | exit_dynamic_load (void) |
| void | free_dynamic_load (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1