Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c169 Is_desc *isc; in ld_group_process() local
181 ((isc = gifl->ifl_isdesc[gshdr->sh_link]) == NULL)) { in ld_group_process()
199 sshdr = isc->is_shdr; in ld_group_process()
200 sym = (Sym *)isc->is_indata->d_buf; in ld_group_process()
204 ((isc = gifl->ifl_isdesc[sshdr->sh_link]) == NULL)) { in ld_group_process()
216 str = (char *)isc->is_indata->d_buf; in ld_group_process()
H A Dfiles.c1701 if ((isc == NULL) || ((osp = isc->is_osdesc) == NULL)) in array_process()
1704 shdr = isc->is_shdr; in array_process()
1754 if (isc->is_shdr->sh_link > isc->is_scnndx) { in sym_shndx_process()
1761 EC_WORD(isc->is_scnndx), isc->is_name, in sym_shndx_process()
1765 isp->is_symshndx = isc; in sym_shndx_process()
2165 data = (Dyn *)isc->is_indata->d_buf; in process_dynamic()
2363 if (isc->is_osdesc && (isc->is_flags & FLG_IS_EHFRAME) && in process_progbits_final()
2403 Shdr *shdr = isc->is_shdr; in rel_process()
2411 ifl->ifl_name, EC_WORD(isc->is_scnndx), isc->is_name, in rel_process()
2431 ifl->ifl_name, EC_WORD(isc->is_scnndx), isc->is_name, in rel_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.c2071 Sym *sym = (Sym *)isc->is_indata->d_buf; in ld_sym_process()
2073 Shdr *shdr = isc->is_shdr; in ld_sym_process()
2097 if (isc->is_symshndx) in ld_sym_process()
2098 symshndx = isc->is_symshndx->is_indata->d_buf; in ld_sym_process()
2102 symsecndx = isc->is_scnndx; in ld_sym_process()
2103 if (isc->is_name) in ld_sym_process()
2104 symsecname = isc->is_name; in ld_sym_process()
2501 sym = (Sym *)isc->is_indata->d_buf; in ld_sym_process()
3330 Is_desc *isc = sdp->sd_isc; in ld_sym_reducable() local
3333 (isc != NULL) && in ld_sym_reducable()
[all …]
H A Dsections.c360 Is_desc *isc = rsp->rel_isdesc; in ignore_section_processing() local
364 if ((isc == NULL) || ((isc->is_flags & (FLG_IS_SECTREF))) || in ignore_section_processing()
365 ((ifl = isc->is_file) == NULL) || in ignore_section_processing()
367 ((shdr = isc->is_shdr) == NULL) || in ignore_section_processing()
H A Dupdate.c182 Is_desc *isc; in update_osym() local
805 if (((isc = sdp->sd_isc) != NULL) && !update_done) { in update_osym()
808 osp = isc->is_osdesc; in update_osym()
811 (Off)_elf_getxoff(isc->is_indata); in update_osym()
951 isc = ofl->ofl_isbss; in update_osym()
952 osp = isc->is_osdesc; in update_osym()
955 (Off)_elf_getxoff(isc->is_indata); in update_osym()
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com93 $(ISCOBJS:%.o=../common/isc/%.c) \
145 pics/%.o: ../common/isc/%.c
/illumos-gate/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()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h383 #define USB_IFACE_SUBCLASS(isc) \ argument
384 .match_flag_int_subclass = 1, .bInterfaceSubClass = (isc)
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub196 -isc)
203 -isc*)
H A Dconfig.guess1038 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c256 if (!ieee80211_crypto_enmic(isc, key, mp, 0)) in ieee80211_encap()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c753 arn_chan2flags(ieee80211com_t *isc, struct ieee80211_channel *chan) in arn_chan2flags() argument
756 switch (ieee80211_chan2mode(isc, chan)) { in arn_chan2flags()