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

References

tools/llvm-objcopy/ELF/Object.cpp
 1427   if (Index == SHN_UNDEF || Index > Sections.size())
 1427   if (Index == SHN_UNDEF || Index > Sections.size())
 1429   return Sections[Index - 1].get();