• Hiroshi Ioka's avatar
    debug/macho: rearrange code · 78984d39
    Hiroshi Ioka authored
    * group load command structs.
    * use hex literal for LoadCommand.
      Decimal number is not a proper representation for some commands.
      (e.g. LC_RPATH = 0x8000001c)
    * move Symbol struct from macho.go to file.go.
      Symbol is a high level representation, not in Mach-O.
    
    Change-Id: I3c69923cb464fb1211f2e766c02e1b537e0b5de2
    Reviewed-on: https://go-review.googlesource.com/56130Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    78984d39
Name
Last commit
Last update
..
testdata Loading commit data...
fat.go Loading commit data...
file.go Loading commit data...
file_test.go Loading commit data...
macho.go Loading commit data...
reloctype.go Loading commit data...
reloctype_string.go Loading commit data...