|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Context retained while a staged artifact is structurally checked. More...
Data Fields | |
| mdl_storage_t * | storage |
| Borrowed storage scratch. | |
| mdl_export_workspace_t * | workspace |
| Borrowed verifier arena. | |
| mdl_format_t | format |
| Exact artifact format. | |
| uint64_t | extent |
| Exact staged extent. | |
| size_t | export_high_water |
| Pre-validation high-water. | |
Context retained while a staged artifact is structurally checked.
Definition at line 27 of file mdl_export_io.c.
| size_t internal_export_validation_t::export_high_water |
Pre-validation high-water.
Definition at line 32 of file mdl_export_io.c.
Referenced by internal_validate_stage().
| uint64_t internal_export_validation_t::extent |
Exact staged extent.
Definition at line 31 of file mdl_export_io.c.
Referenced by internal_validate_stage().
| mdl_format_t internal_export_validation_t::format |
Exact artifact format.
Definition at line 30 of file mdl_export_io.c.
Referenced by internal_validate_stage().
| mdl_storage_t* internal_export_validation_t::storage |
Borrowed storage scratch.
Definition at line 28 of file mdl_export_io.c.
Referenced by internal_validate_stage().
| mdl_export_workspace_t* internal_export_validation_t::workspace |
Borrowed verifier arena.
Definition at line 29 of file mdl_export_io.c.
Referenced by internal_validate_stage().