Searched refs:shidx (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | outfile.c | 287 create_outsec(Ofl_desc *ofl, Sg_desc *sgp, Os_desc *osp, Word ptype, int shidx, in create_outsec() argument 319 if ((fixalign == TRUE) && (ptype == PT_LOAD) && (shidx == 1)) in create_outsec() 380 int fd, nseg = 0, shidx, dataidx, ptloadidx = 0; in ld_create_outfile() local 516 shidx = 0; in ld_create_outfile() 586 shidx++; in ld_create_outfile() 589 shidx, fixalign) == S_ERROR) in ld_create_outfile() 612 (shidx == 1) && (dataidx == 1)) in ld_create_outfile()
|