/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | groups.c | 169 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 D | files.c | 1696 array_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) in array_process() argument 1701 if ((isc == NULL) || ((osp = isc->is_osdesc) == NULL)) in array_process() 1704 shdr = isc->is_shdr; in array_process() 1752 sym_shndx_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) in sym_shndx_process() argument 1754 if (isc->is_shdr->sh_link > isc->is_scnndx) { in sym_shndx_process() 1755 Is_desc *isp = ifl->ifl_isdesc[isc->is_shdr->sh_link]; in sym_shndx_process() 1760 MSG_INTL(MSG_FIL_INVSHLINK), isc->is_file->ifl_name, in sym_shndx_process() 1761 EC_WORD(isc->is_scnndx), isc->is_name, in sym_shndx_process() 1762 EC_XWORD(isc->is_shdr->sh_link)); in sym_shndx_process() 1765 isp->is_symshndx = isc; in sym_shndx_process() [all …]
|
H A D | sunwmove.c | 284 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 D | syms.c | 2038 ld_sym_process(Is_desc *isc, Ifl_desc *ifl, Ofl_desc *ofl) in ld_sym_process() argument 2071 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 [all …]
|
H A D | sections.c | 360 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 D | update.c | 182 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 D | Makefile.com | 93 $(ISCOBJS:%.o=../common/isc/%.c) \ 145 pics/%.o: ../common/isc/%.c
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_aux.h | 53 uint32_t ath_chan2flags(ieee80211com_t *isc,
|
H A D | ath_aux.c | 282 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 D | usbdi.h | 383 #define USB_IFACE_SUBCLASS(isc) \ argument 384 .match_flag_int_subclass = 1, .bInterfaceSubClass = (isc)
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.sub | 196 -isc) 203 -isc*)
|
H A D | config.guess | 1038 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_output.c | 256 if (!ieee80211_crypto_enmic(isc, key, mp, 0)) in ieee80211_encap()
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 753 arn_chan2flags(ieee80211com_t *isc, struct ieee80211_channel *chan) in arn_chan2flags() argument 756 switch (ieee80211_chan2mode(isc, chan)) { in arn_chan2flags()
|