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

References

lib/ObjectYAML/ELFEmitter.cpp
  511     else if (Sym.Index)
  512       Symbol.st_shndx = *Sym.Index;
lib/ObjectYAML/ELFYAML.cpp
  964   IO.mapOptional("Index", Symbol.Index);
  981   if (Symbol.Index && Symbol.Section.data())
tools/obj2yaml/elf2yaml.cpp
  392     S.Index = (ELFYAML::ELF_SHN)Sym->st_shndx;