Searched refs:LargeIndex (Results 1 – 1 of 1) sorted by relevance
340 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; in writeSymbol() local342 if (LargeIndex) in writeSymbol()346 if (LargeIndex) in writeSymbol()352 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()