mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Add a new module information type MODINFOMD_SHDR that will be used
by the loader to pass the section header table from preloaded ELF relocatable modules into the kernel.
This commit is contained in:
parent
23d0f849c5
commit
6f2e86455b
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ int linker_ddb_symbol_values(c_linker_sym_t _sym, linker_symval_t *_symval);
|
|||
#define MODINFOMD_HOWTO 0x0007 /* boothowto */
|
||||
#define MODINFOMD_KERNEND 0x0008 /* kernend */
|
||||
#endif
|
||||
#define MODINFOMD_SHDR 0x0009 /* section header table */
|
||||
#define MODINFOMD_NOCOPY 0x8000 /* don't copy this metadata to the kernel */
|
||||
|
||||
#define MODINFOMD_DEPLIST (0x4001 | MODINFOMD_NOCOPY) /* depends on */
|
||||
|
|
|
|||
Loading…
Reference in a new issue