1. 18 Aug, 2017 21 commits
  2. 17 Aug, 2017 18 commits
  3. 16 Aug, 2017 1 commit
    • 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: default avatarIan Lance Taylor <iant@golang.org>
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      78984d39