FreeBSD kernel kern code
note_info Struct Reference

Data Fields

int type
 
struct regset * regset
 
outfunc_t outfunc
 
void * outarg
 
size_t outsize
 

Detailed Description

Definition at line 1522 of file imgact_elf.c.

Field Documentation

◆ outarg

void* note_info::outarg

Definition at line 1526 of file imgact_elf.c.

Referenced by putnote(), register_note(), and register_regset_note().

◆ outfunc

outfunc_t note_info::outfunc

Definition at line 1525 of file imgact_elf.c.

Referenced by putnote(), and register_note().

◆ outsize

size_t note_info::outsize

Definition at line 1527 of file imgact_elf.c.

Referenced by putnote(), register_note(), and register_regset_note().

◆ regset

struct regset* note_info::regset

Definition at line 1524 of file imgact_elf.c.

Referenced by putnote(), and register_regset_note().

◆ type

int note_info::type

Definition at line 1523 of file imgact_elf.c.

Referenced by putnote(), register_note(), and register_regset_note().


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