reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/ELFObjectWriter.cpp
  367   bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
  374       ShndxIndexes.push_back(shndx);
  379   uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;