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

References

lib/ObjectYAML/ELFEmitter.cpp
  946       VernAux.vna_other = VAuxE.Other;
tools/lld/ELF/SyntheticSections.cpp
 3010       vernaux->vna_other = vna.verneedIndex;
tools/llvm-objdump/ELFDump.cpp
  268              << format("%02" PRIu16 " ", (uint16_t)Vernaux->vna_other)
tools/llvm-readobj/ELFDumper.cpp
  672       size_t Index = Vernaux->vna_other & ELF::VERSYM_VERSION;
 3939                    (unsigned)Vernaux->vna_other);
 5719       W.printNumber("Index", Vernaux->vna_other);
tools/obj2yaml/elf2yaml.cpp
  875       Aux.Other = Vernaux->vna_other;