|
GEL
0.99
|
#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include <assert.h>#include <stdio.h>#include "gel_private.h"#include <gel/gel_elf.h>#include <config.h>Macros | |
| #define | TRACE(stat) /*{ printf("%s:%d: ", __FILE__, __LINE__); stat; }*/ |
Functions | |
| void | gel_load_plugins (gel_platform_t *f, const char *plugpath, int quiet) |
| void | gel_unload_plugins (gel_platform_t *pf) |
Variables | |
| arch_plugin_t * | plugin_arch |
| sys_plugin_t * | plugin_sys |
| #define TRACE | ( | stat | ) | /*{ printf("%s:%d: ", __FILE__, __LINE__); stat; }*/ |
| void gel_load_plugins | ( | gel_platform_t * | f, |
| const char * | plugpath, | ||
| int | quiet | ||
| ) |
Load the plugins required by the current binary.
| f | Platform to fill. |
| plugpath | Path list to find the plugins. |
| quiet | If not 0, doesn't display any warning. |
| void gel_unload_plugins | ( | gel_platform_t * | pf | ) |
Unload the plugins.
| pf | Platform to work on. |
|
extern |
|
extern |