Skip to content

Commit

Permalink
Add missing SectionHeaderTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Mar 7, 2019
1 parent bda1baa commit 67786b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/rpx/RPXFileSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public class RPXFileSystem implements GFileSystem {
public static final int SHF_RPL_ZLIB = 0x08000000;
public static final int SHT_NOBITS = 0x00000008;

public static final int SHT_RPL_EXPORTS = 0x80000001;
public static final int SHT_RPL_IMPORTS = 0x80000002;
public static final int SHT_RPL_CRCS = 0x80000003;
public static final int SHT_RPL_FILEINFO = 0x80000004;

Expand Down

0 comments on commit 67786b9

Please sign in to comment.