nmc-utils  0.1.1
easynmc_section_filter Struct Reference

#include <easynmc.h>

Collaboration diagram for easynmc_section_filter:

Data Fields

const char * name
int(* handle_section )(struct easynmc_handle *h, char *name, FILE *rfd, GElf_Shdr shdr)
struct easynmc_section_filternext

Detailed Description

Definition at line 25 of file easynmc.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: