Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c122 is_keyshndx_ok(Ifl_desc *ifl, Word keyshndx) in is_keyshndx_ok() argument
124 if ((keyshndx == SHN_BEFORE) || (keyshndx == SHN_AFTER)) in is_keyshndx_ok()
130 if ((keyshndx == 0) || (keyshndx >= ifl->ifl_shnum)) in is_keyshndx_ok()
140 if (ifl->ifl_isdesc[keyshndx]->is_shdr->sh_flags & ALL_SHF_ORDER) in is_keyshndx_ok()
298 Word keyshndx; in ld_process_ordered() local
309 keyshndx = (shflags & SHF_ORDERED) ? in ld_process_ordered()
316 if ((error = is_keyshndx_ok(ifl, keyshndx)) != 0) { in ld_process_ordered()
353 if ((keyshndx != SHN_BEFORE) && (keyshndx != SHN_AFTER)) { in ld_process_ordered()
356 isp2 = ifl->ifl_isdesc[keyshndx]; in ld_process_ordered()