Home | History | Annotate | Download | only in MC

Lines Matching refs:SHN_LORESERVE

366   bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
459 assert(StringTableIndex < ELF::SHN_LORESERVE);
663 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
675 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
1025 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0;
1202 (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEF