Home
last modified time | relevance | path

Searched refs:zbi_header_t (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/third_party/libzbi/src/
Dzbi_format.rs113 pub struct zbi_header_t { struct
125 const UNINIT: ::std::mem::MaybeUninit<zbi_header_t> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_zbi_header_t() argument
128 ::std::mem::size_of::<zbi_header_t>(), in bindgen_test_layout_zbi_header_t()
130 concat!("Size of: ", stringify!(zbi_header_t)) in bindgen_test_layout_zbi_header_t()
133 ::std::mem::align_of::<zbi_header_t>(), in bindgen_test_layout_zbi_header_t()
135 concat!("Alignment of ", stringify!(zbi_header_t)) in bindgen_test_layout_zbi_header_t()
140 concat!("Offset of field: ", stringify!(zbi_header_t), "::", stringify!(type_)) in bindgen_test_layout_zbi_header_t()
145 concat!("Offset of field: ", stringify!(zbi_header_t), "::", stringify!(length)) in bindgen_test_layout_zbi_header_t()
150 concat!("Offset of field: ", stringify!(zbi_header_t), "::", stringify!(extra)) in bindgen_test_layout_zbi_header_t()
155 concat!("Offset of field: ", stringify!(zbi_header_t), "::", stringify!(flags)) in bindgen_test_layout_zbi_header_t()
[all …]
Dlib.rs1044 pub type ZbiHeader = zbi_header_t;