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

References

tools/llvm-objdump/MachODump.cpp
 8653   if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size)
 8674   uint32_t section_type = flags & MachO::SECTION_TYPE;
 8722     uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES;
 8747     outs() << "     flags " << format("0x%08" PRIx32, flags) << "\n";