nmc-utils
0.1.1
|
#include <easynmc.h>
Data Fields | |
const char * | name |
int(* | handle_section )(struct easynmc_handle *h, char *name, FILE *rfd, GElf_Shdr shdr) |
struct easynmc_section_filter * | next |
int(* easynmc_section_filter::handle_section)(struct easynmc_handle *h, char *name, FILE *rfd, GElf_Shdr shdr) |
Definition at line 27 of file easynmc.h.
Referenced by easynmc_load_abs().
const char* easynmc_section_filter::name |
Definition at line 26 of file easynmc.h.
Referenced by easynmc_load_abs().
struct easynmc_section_filter* easynmc_section_filter::next |
Definition at line 28 of file easynmc.h.
Referenced by easynmc_load_abs(), and easynmc_register_section_filter().