This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] MachO: Dump segment command
ClosedPublic

Authored by davide on Sep 1 2015, 3:18 PM.

Details

Summary

Example output:

File: <stdin>
Format: Mach-O arm
Arch: arm
AddressSize: 32bit
Segment {

Cmd: LC_SEGMENT
Name:
Size: 260
vmaddr: 0x0
vmsize: 0x10
fileoff: 408
filesize: 408
maxprot: rwx
initprot: rwx
nsects: 3
flags: 0x0

}

Diff Detail

Repository
rL LLVM

Event Timeline

davide updated this revision to Diff 33743.Sep 1 2015, 3:18 PM
davide retitled this revision from to [llvm-readobj] MachO: Dump segment command.
davide updated this object.
davide updated this object.
davide added reviewers: rafael, grosbach, echristo.
davide set the repository for this revision to rL LLVM.
davide added a subscriber: llvm-commits.
rafael accepted this revision.Sep 1 2015, 4:17 PM
rafael edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 1 2015, 4:17 PM
This revision was automatically updated to reflect the committed changes.