|
FreeBSD kernel kern code
|
Data Fields | |
| int | type |
| outfunc_t | outfunc |
| void * | outarg |
| size_t | outsize |
Definition at line 1049 of file imgact_elf.c.
| 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().