reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
367 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; 374 ShndxIndexes.push_back(shndx); 379 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;