Searched defs:str_off (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_strtab.h41 size_t str_off; /* offset in bytes of this string */ member in struct:dt_strhash
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dstrtab.h41 size_t str_off; /* offset in bytes of this string */ member in struct:strhash
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgs.c65 size_t id_len, str_len, id_off, str_off, ids_top, strs_top; local
136 str_off = 0;
153 str_tbl[i].offset = str_off + strs_top;
155 (void) memcpy(strs + str_off, m[i].str, m[i].str_len);
157 str_off += m[i].str_len;
H A Dgnu_msgs_rev.c75 size_t id_len, str_len, id_off, str_off, ids_top, strs_top; local
141 str_off = 0;
158 str_tbl[i].offset = doswap(str_off + strs_top);
160 (void) memcpy(strs + str_off, m[i].str, m[i].str_len);
162 str_off += m[i].str_len;
/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.h47 uint32_t str_off; member in struct:_extended_info
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c914 int str_off; local
925 str_off = 0;
938 (void) printf(" <%d> \t", str_off);
944 (void) printf(" <%d> \t", str_off);
948 str_off++;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2706 Xword str_off; local
2715 str_off = sdp->sd_sym->st_value;
2721 str_off = rsp->rel_raddend;
2731 if (ld_reloc_targval_get(ofl, rsp, addr, &str_off) == 0)
2735 return (str_off + (char *)sdp->sd_isc->is_indata->d_buf);

Completed in 71 milliseconds