Searched refs:stroff (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | _nlist.c | 35 int stroff = 0; in _nlist() local 72 if ((soff + maxlen + 1) >= stroff) { in _nlist() 79 stroff = soff + sizeof (strs); in _nlist() 87 s2 = &strs[soff-(stroff-sizeof (strs))]; in _nlist()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_as.c | 96 ssize_t stroff; in dt_copyvar() local 103 stroff = dt_strtab_insert(pcb->pcb_strtab, idp->di_name); in dt_copyvar() 105 if (stroff == -1L) in dt_copyvar() 107 if (stroff > DIF_STROFF_MAX) in dt_copyvar() 110 dvp->dtdv_name = (uint_t)stroff; in dt_copyvar()
|
H A D | dt_cg.c | 1522 ssize_t stroff; in dt_cg_node() local 1930 stroff = dt_strtab_insert(yypcb->pcb_strtab, dnp->dn_string); in dt_cg_node() 1932 if (stroff == -1L) in dt_cg_node() 1934 if (stroff > DIF_STROFF_MAX) in dt_cg_node() 1937 instr = DIF_INSTR_SETS((ulong_t)stroff, dnp->dn_reg); in dt_cg_node()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | symtab.c | 585 uint_t stroff; local 614 stroff = 0; 621 tep->e_name = (char *)stroff; 622 stroff += allocsize(ep->e_namlen); 658 hdr.stringsize = stroff;
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | sections.c | 130 size_t stroff = strhash->hi_mstr->sm_strlen - in Dbg_sec_strtab() local 133 if (stroff == 0) { in Dbg_sec_strtab() 140 &strhash->hi_mstr->sm_str[stroff], in Dbg_sec_strtab()
|
/titanic_50/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 311 ulong_t *stroff = arg; in ctfdump_strings_cb() local 312 ctfdump_printf(CTFDUMP_STRINGS, " [%lu] %s\n", *stroff, in ctfdump_strings_cb() 314 *stroff = *stroff + len; in ctfdump_strings_cb() 324 ulong_t stroff = 0; in ctfdump_strings() local 327 if (ctf_string_iter(g_fp, ctfdump_strings_cb, &stroff) == CTF_ERR) { in ctfdump_strings()
|
/titanic_50/usr/src/cmd/sgs/crle/common/ |
H A D | config.c | 59 size_t size, hashoff = 0, stroff = 0, objoff = 0; in genconfig() local 157 stroff = size; in genconfig() 244 head->ch_str = stroff; in genconfig()
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.c | 75 Word stroff; /* Offset into string section */ member 317 interp->stroff = interp->phdr->p_offset - in locate_interp() 320 interp->stroff; in locate_interp() 430 EC_WORD(interp.stroff)); in print_phdr() 527 str_offset = interp.stroff; in cmd_body_set_interp()
|
/titanic_50/usr/src/cmd/sgs/tools/common/ |
H A D | sgsmsg.c | 340 size_t stroff = sthash->hi_mstr->sm_strlen - in dump_stringtab() local 343 if (stroff == 0) { in dump_stringtab() 349 &sthash->hi_mstr->sm_str[stroff], in dump_stringtab()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_ckpt.c | 460 size_t stroff = ckp->ckp_size - ckp->ckp_strn; in fmd_ckpt_commit() local 468 ASSERT((size_t)(ckp->ckp_ptr - ckp->ckp_buf) == stroff); in fmd_ckpt_commit()
|