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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c323 long arraysize, fileoffset, stroffset, strtabsize; local
373 GET_LONG(p, stroffset);
376 if (stroffset < 0 || fileoffset < 0 ||
380 s = s0 + stroffset;
/freebsd-13-stable/sys/contrib/libfdt/
H A Dfdt_ro.c79 const char *fdt_string(const void *fdt, int stroffset) argument
81 return (const char *)fdt + fdt_off_dt_strings(fdt) + stroffset;
84 static int fdt_string_eq_(const void *fdt, int stroffset, argument
87 const char *p = fdt_string(fdt, stroffset);
H A Dlibfdt.h290 * @stroffset: offset of the string within the strings block (native endian)
297 * NULL, if stroffset is out of bounds
299 const char *fdt_string(const void *fdt, int stroffset);

Completed in 131 milliseconds