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

/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c78 const char *fdt_string(const void *fdt, int stroffset) argument
80 return (const char *)fdt + fdt_off_dt_strings(fdt) + stroffset;
83 static int _fdt_string_eq(const void *fdt, int stroffset, argument
86 const char *p = fdt_string(fdt, stroffset);
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h218 * @stroffset: offset of the string within the strings block (native endian)
225 * NULL, if stroffset is out of bounds
227 const char *fdt_string(const void *fdt, int stroffset);

Completed in 93 milliseconds