Home
last modified time | relevance | path

Searched refs:isc (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dgroups.c167 Is_desc *isc; in ld_group_process() local
179 ((isc = gifl->ifl_isdesc[gshdr->sh_link]) == NULL)) { in ld_group_process()
197 sshdr = isc->is_shdr; in ld_group_process()
198 sym = (Sym *)isc->is_indata->d_buf; in ld_group_process()
202 ((isc = gifl->ifl_isdesc[sshdr->sh_link]) == NULL)) { in ld_group_process()
214 str = (char *)isc->is_indata->d_buf; in ld_group_process()
H A Dfiles.c1655 array_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) in array_process() argument
1660 if ((isc == NULL) || ((osp = isc->is_osdesc) == NULL)) in array_process()
1663 shdr = isc->is_shdr; in array_process()
1711 sym_shndx_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) in sym_shndx_process() argument
1713 if (isc->is_shdr->sh_link > isc->is_scnndx) { in sym_shndx_process()
1714 Is_desc *isp = ifl->ifl_isdesc[isc->is_shdr->sh_link]; in sym_shndx_process()
1719 MSG_INTL(MSG_FIL_INVSHLINK), isc->is_file->ifl_name, in sym_shndx_process()
1720 EC_WORD(isc->is_scnndx), isc->is_name, in sym_shndx_process()
1721 EC_XWORD(isc->is_shdr->sh_link)); in sym_shndx_process()
1724 isp->is_symshndx = isc; in sym_shndx_process()
[all …]
H A Dsunwmove.c284 Is_desc *isc; in ld_process_move() local
286 isc = ifile->ifl_isdesc[ sym->st_shndx]; in ld_process_move()
287 isc->is_flags |= FLG_IS_RELUPD; in ld_process_move()
H A Dsyms.c1901 ld_sym_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) in ld_sym_process() argument
1934 Sym *sym = (Sym *)isc->is_indata->d_buf; in ld_sym_process()
1936 Shdr *shdr = isc->is_shdr; in ld_sym_process()
1961 if (isc->is_symshndx) in ld_sym_process()
1962 symshndx = isc->is_symshndx->is_indata->d_buf; in ld_sym_process()
1966 symsecndx = isc->is_scnndx; in ld_sym_process()
1967 if (isc->is_name) in ld_sym_process()
1968 symsecname = isc->is_name; in ld_sym_process()
2351 sym = (Sym *)isc->is_indata->d_buf; in ld_sym_process()
H A Dsections.c357 Is_desc *isc = rsp->rel_isdesc; in ignore_section_processing() local
361 if ((isc == NULL) || ((isc->is_flags & (FLG_IS_SECTREF))) || in ignore_section_processing()
362 ((ifl = isc->is_file) == NULL) || in ignore_section_processing()
364 ((shdr = isc->is_shdr) == NULL) || in ignore_section_processing()
H A Dupdate.c176 Is_desc *isc; in update_osym() local
797 if (((isc = sdp->sd_isc) != NULL) && !update_done) { in update_osym()
800 osp = isc->is_osdesc; in update_osym()
803 (Off)_elf_getxoff(isc->is_indata); in update_osym()
943 isc = ofl->ofl_isbss; in update_osym()
944 osp = isc->is_osdesc; in update_osym()
947 (Off)_elf_getxoff(isc->is_indata); in update_osym()
/titanic_44/usr/src/lib/libresolv2/
H A DMakefile.com93 $(ISCOBJS:%.o=../common/isc/%.c) \
144 pics/%.o: ../common/isc/%.c
/titanic_44/usr/src/uts/common/io/ath/
H A Dath_aux.h53 uint32_t ath_chan2flags(ieee80211com_t *isc,
H A Dath_aux.c282 ath_chan2flags(ieee80211com_t *isc, struct ieee80211_channel *chan) in ath_chan2flags() argument
293 return (modeflags[ieee80211_chan2mode(isc, chan)]); in ath_chan2flags()
/titanic_44/usr/src/grub/grub-0.97/
H A Dconfig.sub196 -isc)
203 -isc*)
H A Dconfig.guess1038 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
/titanic_44/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c254 if (!ieee80211_crypto_enmic(isc, key, mp, 0)) in ieee80211_encap()
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_main.c799 arn_chan2flags(ieee80211com_t *isc, struct ieee80211_channel *chan) in arn_chan2flags() argument
802 switch (ieee80211_chan2mode(isc, chan)) { in arn_chan2flags()
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog829 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>