Lines Matching refs:SHN_LORESERVE
529 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE)
530 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE))
665 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum))
690 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE)
1428 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1500 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1616 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE))
3719 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
4370 /* XXX Is SHN_LORESERVE correct? Do we need some other sections? */
4371 if (unlikely (ld_state.nusedsections >= SHN_LORESERVE))
4724 if (likely (head->scnidx < SHN_LORESERVE))
5268 && (sym->st_shndx < SHN_LORESERVE
5293 assert (file->scninfo[xndx].outscnndx < SHN_LORESERVE
5295 if (unlikely (file->scninfo[xndx].outscnndx > SHN_LORESERVE))
5342 assert (ld_state.common_section->outscnndx < SHN_LORESERVE);
6524 if ((shndx > SHN_UNDEF && shndx < SHN_LORESERVE)
6545 if (sym->st_shndx > SHN_UNDEF && sym->st_shndx < SHN_LORESERVE)