Home | History | Annotate | Download | only in MC

Lines Matching refs:SHN_LORESERVE

267   bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
352 assert(StringTableIndex < ELF::SHN_LORESERVE);
820 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
830 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
1190 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0;
1320 uint16_t NumSections = (SectionTable.size() + 1 >= ELF::SHN_LORESERVE)