struct zbi_bootfs_dirent_t
Defined at line 45 of file ../../sdk/lib/zbi-format/include/lib/zbi-format/internal/bootfs.h
Each directory entry holds a pathname and gives the offset and size
of the contents of the file by that name.
Each range of pages can be used for multiple files, but all those files must
have the same offset and size, that is, no partial sharing of ranges.
Public Members
uint32_t name_len
uint32_t data_len
uint32_t data_off
char[] name