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

References

tools/llvm-objcopy/MachO/MachOWriter.cpp
   44     if (SymTabCommand.symoff)
   45       Ends.push_back(SymTabCommand.symoff + symTableSize());
   46     if (SymTabCommand.stroff)
   47       Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize);
   47       Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize);