We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfa379 commit 382f116Copy full SHA for 382f116
flatbuffers/context.fbs
@@ -10,6 +10,10 @@ struct Signature {
10
signature:[ubyte:64];
11
}
12
13
+struct XXHash {
14
+ hash:[ubyte:8];
15
+}
16
+
17
struct Hash {
18
hash:[ubyte:32];
19
flatbuffers/elf.fbs
@@ -13,11 +13,11 @@ table ELFLoaderCtx {
table ELFLoaderEffects {
err_code:ubyte;
- rodata_hash:ulong;
+ rodata_hash:XXHash;
text_cnt:ulong;
text_off:ulong;
entry_pc:ulong;
20
- calldests_hash:ulong;
+ calldests_hash:XXHash;
21
22
23
table ELFLoaderFixture {
0 commit comments