Package ghidra.app.util.bin.format.omf
Class OmfFixupRecord.FixupState
- java.lang.Object
-
- ghidra.app.util.bin.format.omf.OmfFixupRecord.FixupState
-
- Enclosing class:
- OmfFixupRecord
public static class OmfFixupRecord.FixupState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description OmfFixupRecord
currentFixupRecord
java.util.ArrayList<OmfSymbol>
externals
int
frameState
OmfFixupRecord.ThreadSubrecord[]
frameThreads
java.util.ArrayList<OmfGroupRecord>
groups
Language
language
Address
locAddress
int
locationType
boolean
M
long
targetState
OmfFixupRecord.ThreadSubrecord[]
targetThreads
-
Constructor Summary
Constructors Constructor Description FixupState(OmfFileHeader header, java.util.ArrayList<OmfSymbol> externsyms, Language lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
-
-
-
Field Detail
-
language
public Language language
-
frameThreads
public OmfFixupRecord.ThreadSubrecord[] frameThreads
-
targetThreads
public OmfFixupRecord.ThreadSubrecord[] targetThreads
-
currentFixupRecord
public OmfFixupRecord currentFixupRecord
-
groups
public java.util.ArrayList<OmfGroupRecord> groups
-
externals
public java.util.ArrayList<OmfSymbol> externals
-
frameState
public int frameState
-
targetState
public long targetState
-
locAddress
public Address locAddress
-
M
public boolean M
-
locationType
public int locationType
-
-
Constructor Detail
-
FixupState
public FixupState(OmfFileHeader header, java.util.ArrayList<OmfSymbol> externsyms, Language lang)
-
-