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

/freebsd-11-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-11-stable/contrib/dtc/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);
H A Dlibfdt.h289 * @stroffset: offset of the string within the strings block (native endian)
296 * NULL, if stroffset is out of bounds
298 const char *fdt_string(const void *fdt, int stroffset);
/freebsd-11-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 82 milliseconds