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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c217 info_header->str_sec.size = sec_size;
218 info_header->str_sec.number = sec_num;
325 info_header->str_sec.place.itm_ptr =
329 info_header->str_sec.place.itm_ptr +
330 info_header->str_sec.size;
444 place = info_header->str_sec.place.itm_ptr;
670 place = info_header->str_sec.place.itm_ptr;
955 (void) fseek(fp, info_header->str_sec.place.itm_ptr, SEEK_SET);
956 TRACE_MESSAGE('P', ("str_sec.place.place=%p:\n",
957 info_header->str_sec
[all...]
H A Diconv_tm.h290 itm_section_info_t str_sec; /* string section */ member in struct:__anon577
H A Ddisassemble.c252 (" str_sec = (%4ld %4ld %4ld) "
273 info_header->str_sec.place.itm_ptr,
274 info_header->str_sec.size,
275 info_header->str_sec.number,
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c1055 elfedit_section_t *cap_sec, *str_sec; local
1072 str_sec = elfedit_sec_getstr(obj_state, cap_sec->sec_shdr->sh_info, 0);
1077 str_sec, cap->c_un.c_val, ELFEDIT_MSG_ERR, 0), 0);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c8882 dof_sec_t *str_sec, *prb_sec, *arg_sec, *off_sec, *enoff_sec; local
8896 str_sec = (dof_sec_t *)(uintptr_t)(daddr + dof->dofh_secoff +
8905 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset);
8996 dof_sec_t *str_sec; local
9004 str_sec = (dof_sec_t *)(uintptr_t)(daddr + dof->dofh_secoff +
9007 strtab = (char *)(uintptr_t)(daddr + str_sec->dofs_offset);
15111 dof_sec_t *str_sec, *prb_sec, *arg_sec, *off_sec, *enoff_sec; local
15140 str_sec = dtrace_dof_sect(dof, DOF_SECT_STRTAB, provider->dofpv_strtab);
15145 if (str_sec == NULL || prb_sec == NULL ||
15157 strtab = (char *)(uintptr_t)(daddr + str_sec
[all...]

Completed in 84 milliseconds