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

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.h41 size_t str_off; /* offset in bytes of this string */ member in struct:strhash
H A Dstrtab.c172 return (hp->str_off);
183 hp->str_off = sp->str_size;
197 return (hp->str_off);
242 (void) printf("[%lu] %lu \"", (ulong_t)hp->str_off, b);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_strtab.h41 size_t str_off; /* offset in bytes of this string */ member in struct:dt_strhash
H A Ddt_strtab.c220 return (hp->str_off);
248 hp->str_off = sp->str_size;
263 return (hp->str_off);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dresbin.c2027 rc_uint_type vss_off,str_off;
2038 str_off = off;
2043 windres_put_16 (wrbfd, bvss.sig1, (off - str_off) / 2);
2026 rc_uint_type vss_off,str_off; local

Completed in 106 milliseconds