Lines Matching defs:ifl
177 Ifl_desc *ifl;
627 for (APLIST_TRAVERSE(ofl->ofl_objs, idx1, ifl)) {
628 Xword lndx, local = ifl->ifl_locscnt;
629 Cap_desc *cdp = ifl->ifl_caps;
638 sdp = ifl->ifl_oldndx[lndx];
693 if (ifl != sdp->sd_file)
2068 Ifl_desc *ifl;
2105 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, ifl)) {
2106 if ((ifl->ifl_flags &
2113 if ((ifl->ifl_flags & MSK_IF_POSFLAG1) &&
2114 (ifl->ifl_flags & FLG_IF_NEEDED) && not_relobj) {
2116 if (ifl->ifl_flags & FLG_IF_LAZYLD)
2118 if (ifl->ifl_flags & FLG_IF_GRPPRM)
2120 if (ifl->ifl_flags & FLG_IF_DEFERRED)
2125 if (ifl->ifl_flags & (FLG_IF_NEEDED | FLG_IF_NEEDSTR))
2130 (void) st_setstring(strtbl, ifl->ifl_soname, &stoff);
2133 ifl->ifl_neededndx = (Half)(((uintptr_t)dyn - (uintptr_t)_dyn) /
2759 Ifl_desc *ifl;
2782 for (APLIST_TRAVERSE(ofl->ofl_sos, idx1, ifl)) {
2788 if (!(ifl->ifl_flags & FLG_IF_VERNEED))
2793 (void) st_setstring(strtbl, ifl->ifl_soname, &stoff);
2802 for (_cnt = 0; _cnt <= ifl->ifl_vercnt; _cnt++) {
2803 Ver_index *vip = &ifl->ifl_verndx[_cnt];
3209 Ifl_desc *ifl;
3222 ifl = isp->is_file;
3223 sdp = ifl->ifl_oldndx[isp->is_shdr->sh_info];
3236 Is_desc *_isp = ifl->ifl_isdesc[gdata[i]];
3551 Ifl_desc *ifl;
3565 if ((ifl = isp->is_file) == NULL)
3572 if (link >= ifl->ifl_shnum) {
3573 ld_eprintf(ofl, ERR_WARNING, msg, ifl->ifl_name,
3581 if ((isp = ifl->ifl_isdesc[link]) == NULL)