Crate fuchsia_zbi

Source

Structs§

DecommitRange
ZbiItem
ZbiParser
ZbiResult
zbi_header_t

Enums§

ZbiParserError
ZbiType
Defines the types supported by the Rust ZBI parser. This is a subset from sdk/lib/zbi-format/include/lib/zbi-format/zbi.h, and should be updated as needed.

Constants§

ZBI_CONTAINER_MAGIC
Must be in the extra field for headers of type ZbiType::Container.
ZBI_FLAGS_VERSION
Always required.
ZBI_ITEM_MAGIC
Every header type must have this magic value.
ZBI_ITEM_NO_CRC32
The CRC32 field must be set to this when not using CRC32.

Functions§

zbi_container_header
Define a container header that describes a container content length of length.