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 OmfFixupRecordcurrentFixupRecordjava.util.ArrayList<OmfSymbol>externalsintframeStateOmfFixupRecord.ThreadSubrecord[]frameThreadsjava.util.ArrayList<OmfGroupRecord>groupsLanguagelanguageAddresslocAddressintlocationTypebooleanMlongtargetStateOmfFixupRecord.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 voidclear() 
 - 
 
- 
- 
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)
 
 - 
 
 -