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

/gem5/ext/libfdt/
H A Dfdt_ro.c57 const char *fdt_string(const void *fdt, int stroffset) argument
59 return (const char *)fdt + fdt_off_dt_strings(fdt) + stroffset;
62 static int _fdt_string_eq(const void *fdt, int stroffset, argument
65 const char *p = fdt_string(fdt, stroffset);
H A Dlibfdt.h202 * @stroffset: offset of the string within the strings block (native endian)
209 * NULL, if stroffset is out of bounds
211 const char *fdt_string(const void *fdt, int stroffset);

Completed in 15 milliseconds