Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | IPH_SIZE (sizeof(struct image_packet_t) - sizeof(u32)) |
Functions | |
void * | dload_module_open (struct dynamic_loader_stream *module, struct dynamic_loader_sym *syms) |
int | dload_get_section_info (void *minfo, const char *section_name, const struct ldr_section_info **const section_info) |
int | dload_get_section (void *minfo, const struct ldr_section_info *section_info, void *section_data) |
void | dload_module_close (void *minfo) |
#define IPH_SIZE (sizeof(struct image_packet_t) - sizeof(u32)) |
Definition at line 254 of file getsection.c.
int dload_get_section | ( | void * | minfo, |
const struct ldr_section_info * | section_info, | ||
void * | section_data | ||
) |
Definition at line 272 of file getsection.c.
int dload_get_section_info | ( | void * | minfo, |
const char * | section_name, | ||
const struct ldr_section_info **const | section_info | ||
) |
Definition at line 232 of file getsection.c.
Definition at line 383 of file getsection.c.
void* dload_module_open | ( | struct dynamic_loader_stream * | module, |
struct dynamic_loader_sym * | syms | ||
) |
Definition at line 139 of file getsection.c.