Searched defs:str_sec (Results 1 - 3 of 3) sorted by relevance

/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/cmd/geniconvtbl/
H A Diconv_tm.h290 itm_section_info_t str_sec; /* string section */ member in struct:__anon577
/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 87 milliseconds