Searched defs:isc (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c284 Is_desc *isc; local
286 isc = ifile->ifl_isdesc[ sym->st_shndx];
287 isc->is_flags |= FLG_IS_RELUPD;
H A Dgroups.c167 Is_desc *isc; local
179 ((isc = gifl->ifl_isdesc[gshdr->sh_link]) == NULL)) {
197 sshdr = isc->is_shdr;
198 sym = (Sym *)isc->is_indata->d_buf;
202 ((isc = gifl->ifl_isdesc[sshdr->sh_link]) == NULL)) {
214 str = (char *)isc->is_indata->d_buf;
H A Dfiles.c1655 array_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) argument
1660 if ((isc == NULL) || ((osp = isc->is_osdesc) == NULL))
1663 shdr = isc->is_shdr;
1711 sym_shndx_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) argument
1713 if (isc->is_shdr->sh_link > isc->is_scnndx) {
1714 Is_desc *isp = ifl->ifl_isdesc[isc->is_shdr->sh_link];
1719 MSG_INTL(MSG_FIL_INVSHLINK), isc->is_file->ifl_name,
1720 EC_WORD(isc
2117 process_dynamic(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) argument
2320 process_progbits_final(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) argument
2357 rel_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) argument
[all...]
H A Dsyms.c1901 ld_sym_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) argument
1934 Sym *sym = (Sym *)isc->is_indata->d_buf;
1936 Shdr *shdr = isc->is_shdr;
1961 if (isc->is_symshndx)
1962 symshndx = isc->is_symshndx->is_indata->d_buf;
1966 symsecndx = isc->is_scnndx;
1967 if (isc->is_name)
1968 symsecname = isc->is_name;
2351 sym = (Sym *)isc->is_indata->d_buf;
3105 * isc
[all...]
H A Dsections.c357 Is_desc *isc = rsp->rel_isdesc; local
361 if ((isc == NULL) || ((isc->is_flags & (FLG_IS_SECTREF))) ||
362 ((ifl = isc->is_file) == NULL) ||
364 ((shdr = isc->is_shdr) == NULL) ||
H A Dupdate.c176 Is_desc *isc; local
797 if (((isc = sdp->sd_isc) != NULL) && !update_done) {
800 osp = isc->is_osdesc;
803 (Off)_elf_getxoff(isc->is_indata);
943 isc = ofl->ofl_isbss;
944 osp = isc->is_osdesc;
947 (Off)_elf_getxoff(isc->is_indata);
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c282 ath_chan2flags(ieee80211com_t *isc, struct ieee80211_channel *chan) argument
293 return (modeflags[ieee80211_chan2mode(isc, chan)]);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c753 arn_chan2flags(ieee80211com_t *isc, struct ieee80211_channel *chan) argument
756 switch (ieee80211_chan2mode(isc, chan)) {

Completed in 77 milliseconds