Searched defs:stoff (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/tools/common/ |
H A D | string_table.c | 349 st_setstring(Str_tbl *stp, const char *str, size_t *stoff) argument 368 *stoff = 0; 383 *stoff = _stoff; 439 *stoff = mstr->sm_stroff + mstr->sm_strlen - sthash->hi_strlen;
|
H A D | sgsmsg.c | 572 size_t stoff; local 573 if ((st_setstring(stp, msg->ms_message, &stoff)) == -1) { 578 msg->ms_defn, stoff) < 0) {
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | once.h | 149 int *verify, *advance, *stoff; variable
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 2850 size_t stoff; local 2973 st_setstring_status = st_setstring(mstrtab, name, &stoff); 3003 rsp->rel_raddend = (Sxword)stoff; 3044 st_setstring(mstrtab, name, &stoff); 3057 sdp->sd_sym->st_value = (Word)stoff;
|
H A D | update.c | 228 size_t stoff; /* string offset */ local 336 (void) st_setstring(strtab, ofl->ofl_name, &stoff); 339 sym->st_name = stoff; 350 (void) st_setstring(dynstr, ofl->ofl_name, &stoff); 353 sym->st_name = stoff; 435 (void) st_setstring(shstrtab, osp->os_name, &stoff); 436 osp->os_shdr->sh_name = (Word)stoff; 493 &stoff); 494 dynsym[dynsym_ndx].st_name = stoff; 722 sdp->sd_name, &stoff); 2075 size_t stoff; local 2635 size_t stoff; local 2786 size_t stoff; local 3281 size_t stoff; local [all...] |
Completed in 58 milliseconds