Home
last modified time | relevance | path

Searched refs:is_ordndx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c133 if (mapfile_sort && (isp->is_ordndx > 0)) { in os_attach_isp()
139 if (isp2->is_ordndx && in os_attach_isp()
140 (isp2->is_ordndx <= isp->is_ordndx)) in os_attach_isp()
970 isp->is_ordndx = enp->ec_ordndx; in ld_place_section()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h929 Word is_ordndx; /* index for section. Used to decide */ member