Package ghidra.app.util.bin.format.omf
Class OmfGroupRecord
- java.lang.Object
 - 
- ghidra.app.util.bin.format.omf.OmfRecord
 - 
- ghidra.app.util.bin.format.omf.OmfGroupRecord
 
 
 
- 
public class OmfGroupRecord extends OmfRecord
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOmfGroupRecord.GroupSubrecord 
- 
Constructor Summary
Constructors Constructor Description OmfGroupRecord(BinaryReader reader) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress(Language language)intgetFrameDatum()This is the segment selector needed for this objectjava.lang.StringgetName()bytegetSegmentComponentType(int i)intgetSegmentIndex(int i)longgetStartAddress()intnumSegments()voidresolveNames(java.util.ArrayList<java.lang.String> nameList)voidsetStartAddress(long val)- 
Methods inherited from class ghidra.app.util.bin.format.omf.OmfRecord
calcCheckSum, getRecordLength, getRecordType, hasBigFields, readCheckSumByte, readIndex, readInt1Or2, readInt2Or4, readRecord, readRecordHeader, readString, validCheckSum 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
OmfGroupRecord
public OmfGroupRecord(BinaryReader reader) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
- 
Method Detail
- 
getName
public java.lang.String getName()
 
- 
setStartAddress
public void setStartAddress(long val)
 
- 
getStartAddress
public long getStartAddress()
 
- 
getFrameDatum
public int getFrameDatum()
This is the segment selector needed for this object- Returns:
 
 
- 
numSegments
public int numSegments()
 
- 
getSegmentComponentType
public byte getSegmentComponentType(int i)
 
- 
getSegmentIndex
public int getSegmentIndex(int i)
 
- 
resolveNames
public void resolveNames(java.util.ArrayList<java.lang.String> nameList) throws OmfException- Throws:
 OmfException
 
 - 
 
 -