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

References

tools/llvm-readobj/MachODumper.cpp
  336     Section.Address     = Sect.addr;
  337     Section.Size        = Sect.size;
  338     Section.Offset      = Sect.offset;
  339     Section.Alignment   = Sect.align;
  340     Section.RelocationTableOffset = Sect.reloff;
  341     Section.NumRelocationTableEntries = Sect.nreloc;
  342     Section.Flags       = Sect.flags;
  343     Section.Reserved1   = Sect.reserved1;
  344     Section.Reserved2   = Sect.reserved2;