Merge remote-tracking branch 'origin/GP-1174_dev747368_coffsymbolaux_continuesinterceptor'

This commit is contained in:
ghidra1 2021-08-02 17:43:15 -04:00
commit ea75c22f2e

View file

@ -143,7 +143,7 @@ public class DebugCOFFSymbolAux implements StructConverter {
return structure;
}
private static class AuxSym implements StructConverter {
public static class AuxSym implements StructConverter {
private int tagIndex;
private short miscLnSzLinenumber;
private short miscLnSzSize;
@ -209,7 +209,7 @@ public class DebugCOFFSymbolAux implements StructConverter {
}
}
private static class AuxFile implements StructConverter {
public static class AuxFile implements StructConverter {
private String name;
private static AuxFile createAuxFile(FactoryBundledWithBinaryReader reader, int index) throws IOException {
@ -240,7 +240,7 @@ public class DebugCOFFSymbolAux implements StructConverter {
}
}
private static class AuxSection implements StructConverter {
public static class AuxSection implements StructConverter {
private int length;
private short numberOfRelocations;
private short numberOfLinenumbers;