Go to the documentation of this file.
17 #ifndef _DYNAMIC_LOADER_H_
18 #define _DYNAMIC_LOADER_H_
19 #include <linux/kernel.h>
20 #include <linux/types.h>
48 #define DLOAD_INITBSS 0x1
174 void *
buffer,
unsigned bufsiz);
247 thisptr,
const char *nname,
unsigned moduleid);
331 #define DLOAD_SECTION_TYPE(typeinfo) (typeinfo & 0xF)
338 #define DLOAD_CINIT 3
456 unsigned bytsiz,
unsigned val);