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

References

tools/llvm-readobj/MachODumper.cpp
  348   Section.Address     = Sect.addr;
  349   Section.Size        = Sect.size;
  350   Section.Offset      = Sect.offset;
  351   Section.Alignment   = Sect.align;
  352   Section.RelocationTableOffset = Sect.reloff;
  353   Section.NumRelocationTableEntries = Sect.nreloc;
  354   Section.Flags       = Sect.flags;
  355   Section.Reserved1   = Sect.reserved1;
  356   Section.Reserved2   = Sect.reserved2;
  357   Section.Reserved3   = Sect.reserved3;