Searched defs:fixalign (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c288 Boolean fixalign)
319 if ((fixalign == TRUE) && (ptype == PT_LOAD) && (shidx == 1))
379 Boolean fixalign = FALSE; local
390 fixalign = TRUE;
513 fixalign = TRUE;
589 shidx, fixalign) == S_ERROR)
611 if ((fixalign == TRUE) && (ptype == PT_LOAD) &&
842 if ((fixalign == TRUE) && sgp->sg_fscn &&
287 create_outsec(Ofl_desc *ofl, Sg_desc *sgp, Os_desc *osp, Word ptype, int shidx, Boolean fixalign) argument

Completed in 58 milliseconds