Searched refs:str_off (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/boot/common/ |
H A D | bblk_einfo.c | 194 if (einfo->str_off + einfo->str_size > bufsize) { in print_einfo() 196 "buffer size\n"), einfo->str_off); in print_einfo() 200 version = (char *)einfo + einfo->str_off; in print_einfo() 223 einfo->str_off); in print_einfo() 304 einfo->str_off = einfo->hash_off + einfo->hash_size + 1; in prepare_and_write_einfo() 313 if (einfo->str_off + einfo->str_size > maxsize) { in prepare_and_write_einfo() 319 data = dest + einfo->str_off; in prepare_and_write_einfo() 321 *used_space = einfo->str_off + einfo->str_size; in prepare_and_write_einfo() 404 return ((char *)einfo + einfo->str_off); in einfo_get_string()
|
H A D | bblk_einfo.h | 47 uint32_t str_off; member
|
/titanic_50/usr/src/cmd/msgfmt/ |
H A D | gnu_msgs.c | 65 size_t id_len, str_len, id_off, str_off, ids_top, strs_top; in output_all_gnu_mo_files() local 136 str_off = 0; in output_all_gnu_mo_files() 153 str_tbl[i].offset = str_off + strs_top; in output_all_gnu_mo_files() 155 (void) memcpy(strs + str_off, m[i].str, m[i].str_len); in output_all_gnu_mo_files() 157 str_off += m[i].str_len; in output_all_gnu_mo_files()
|
H A D | gnu_msgs_rev.c | 75 size_t id_len, str_len, id_off, str_off, ids_top, strs_top; in output_all_gnu_mo_files() local 141 str_off = 0; in output_all_gnu_mo_files() 158 str_tbl[i].offset = doswap(str_off + strs_top); in output_all_gnu_mo_files() 160 (void) memcpy(strs + str_off, m[i].str, m[i].str_len); in output_all_gnu_mo_files() 162 str_off += m[i].str_len; in output_all_gnu_mo_files()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | strtab.c | 172 return (hp->str_off); in strtab_insert() 183 hp->str_off = sp->str_size; in strtab_insert() 197 return (hp->str_off); in strtab_insert() 242 (void) printf("[%lu] %lu \"", (ulong_t)hp->str_off, b); in strtab_print()
|
H A D | strtab.h | 41 size_t str_off; /* offset in bytes of this string */ member
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_strtab.c | 220 return (hp->str_off); in dt_strtab_index() 248 hp->str_off = sp->str_size; in dt_strtab_insert() 263 return (hp->str_off); in dt_strtab_insert()
|
H A D | dt_strtab.h | 41 size_t str_off; /* offset in bytes of this string */ member
|
/titanic_50/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 914 int str_off; in dump_string_table() local 925 str_off = 0; in dump_string_table() 938 (void) printf(" <%d> \t", str_off); in dump_string_table() 944 (void) printf(" <%d> \t", str_off); in dump_string_table() 948 str_off++; in dump_string_table()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 2703 Xword str_off; in strmerge_get_reloc_str() local 2712 str_off = sdp->sd_sym->st_value; in strmerge_get_reloc_str() 2718 str_off = rsp->rel_raddend; in strmerge_get_reloc_str() 2728 if (ld_reloc_targval_get(ofl, rsp, addr, &str_off) == 0) in strmerge_get_reloc_str() 2732 return (str_off + (char *)sdp->sd_isc->is_indata->d_buf); in strmerge_get_reloc_str()
|