Home | History | Annotate | Download | only in MC

Lines Matching refs:SHN_LORESERVE

127   if (NumberOfSections >= ELF::SHN_LORESERVE)
133 if (ShstrtabIndex >= ELF::SHN_LORESERVE)
147 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
153 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
619 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
670 if (NumRegularSections > ELF::SHN_LORESERVE)
1095 NumSections >= ELF::SHN_LORESERVE ? NumSections : 0;
1097 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0;