Searched refs:__fdt_header_names (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py903 __fdt_header_names = ('magic', 'totalsize', 'off_dt_struct', variable in class:FdtBlobParse
923 result = dict(zip(self.__fdt_header_names, header.unpack_from(data)))

Completed in 8 milliseconds