Home | History | Annotate | Download | only in MC

Lines Matching full:shndx

67                    uint8_t other, uint32_t shndx, bool Reserved);
266 uint32_t shndx, bool Reserved) {
267 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
274 ShndxIndexes.push_back(shndx);
279 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;