Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
emitter Struct Reference

Data Fields

void(* cell )(void *, cell_t)
 
void(* string )(void *, char *, int)
 
void(* align )(void *, int)
 
void(* data )(void *, struct data)
 
void(* beginnode )(void *, struct label *labels)
 
void(* endnode )(void *, struct label *labels)
 
void(* property )(void *, struct label *labels)
 

Detailed Description

Definition at line 50 of file flattree.c.

Field Documentation

void(* align)(void *, int)

Definition at line 53 of file flattree.c.

void(* beginnode)(void *, struct label *labels)

Definition at line 55 of file flattree.c.

void(* cell)(void *, cell_t)

Definition at line 51 of file flattree.c.

Definition at line 54 of file flattree.c.

void(* endnode)(void *, struct label *labels)

Definition at line 56 of file flattree.c.

void(* property)(void *, struct label *labels)

Definition at line 57 of file flattree.c.

void(* string)(void *, char *, int)

Definition at line 52 of file flattree.c.


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