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

References

tools/obj2yaml/elf2yaml.cpp
   96   unsigned SecIndex = Sec - &Sections[0];
   97   assert(&Sections[SecIndex] == Sec);
  169   Sections = *SectionsOrErr;
  170   SectionNames.resize(Sections.size());
  178   for (const Elf_Shdr &Sec : Sections) {
  196     if (!SymTab || SymTabShndx->sh_link != SymTab - Sections.begin())
  217   for (const Elf_Shdr &Sec : Sections) {
  314       if (&Sec == &Sections[0]) {
  645   unsigned SecIndex = Shdr - &Sections[0];