forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Courgette] Disassembler code movement and format fix.
We wish to rename ParseAbs32Relocs() and ParseRel32RelocsFromSections(), and make them part of the Disassembler interface. This requires moving chunks of code. This CL does the code movement as an independent change to reduce noise later. Also including reformatting changes from "git cl format". BUG=660980 Review-Url: https://codereview.chromium.org/2728653003 Cr-Commit-Position: refs/heads/master@{#454068}
- Loading branch information
1 parent
63f8ee9
commit dc779d9
Showing
4 changed files
with
126 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters