Linux Kernel
3.7.1
|
#include <dynamic_loader.h>
Data Fields | |
int(* | read_buffer )(struct dynamic_loader_stream *thisptr, void *buffer, unsigned bufsiz) |
int(* | set_file_posn )(struct dynamic_loader_stream *thisptr, unsigned int posn) |
Definition at line 155 of file dynamic_loader.h.
int(* read_buffer)(struct dynamic_loader_stream *thisptr, void *buffer, unsigned bufsiz) |
Definition at line 173 of file dynamic_loader.h.
int(* set_file_posn)(struct dynamic_loader_stream *thisptr,unsigned int posn) |
Definition at line 189 of file dynamic_loader.h.