Definition at line 53 of file common.h.
◆ exec
This structure defines the properties that make up a module. Specifically, a module is made up of the ELF file that stores all of the information assocaited with the module as well as the execution buffer and size where the module will be loaded to, and execute from.
the buffer that the module is executed from
Definition at line 55 of file common.h.
◆ size
the size of the execution buffer
Definition at line 56 of file common.h.
◆ file
the ELF file that has all of the information about the module
Definition at line 57 of file common.h.
The documentation for this struct was generated from the following file:
- /home/user/hypervisor/bfdrivers/include/common.h