FreeBSD kernel kern code
note_info Struct Reference

Data Fields

int type
 
outfunc_t outfunc
 
void * outarg
 
size_t outsize
 

Detailed Description

Definition at line 1049 of file imgact_elf.c.

Field Documentation

void* note_info::outarg

Definition at line 1052 of file imgact_elf.c.

Referenced by putnote(), and register_note().

outfunc_t note_info::outfunc

Definition at line 1051 of file imgact_elf.c.

Referenced by putnote(), and register_note().

size_t note_info::outsize

Definition at line 1053 of file imgact_elf.c.

Referenced by putnote(), and register_note().

int note_info::type

Definition at line 1050 of file imgact_elf.c.

Referenced by putnote(), and register_note().


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