Skip to content

Commit

Permalink
Update proto with new moduledata textva
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Eckels committed Dec 12, 2022
1 parent 25549bb commit ffc3cc1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions GoReSym.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ message GoSlice {

message ModuleData {
uint64 va = 1 [json_name="VA"];
uint64 types = 2 [json_name="Types"];
uint64 etypes = 3 [json_name="ETypes"];
GoSlice typeLinks = 4 [json_name="Typelinks"];
GoSlice itabLinks = 5 [json_name="ITablinks"];
GoSlice legacyTypes = 6 [json_name="LegacyTypes"];
uint64 textVa = 2 [json_name="TextVA"];
uint64 types = 3 [json_name="Types"];
uint64 etypes = 4 [json_name="ETypes"];
GoSlice typeLinks = 5 [json_name="Typelinks"];
GoSlice itabLinks = 6 [json_name="ITablinks"];
GoSlice legacyTypes = 7 [json_name="LegacyTypes"];
}

message Type {
Expand Down

0 comments on commit ffc3cc1

Please sign in to comment.