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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ghidra.app.util.bin.format.omf.OmfRecord
ALIAS, BAKPAT, BLKDEF, BLKEND, CEXTDEF, checkSum, COMDAT, COMDEF, COMENT, DEBSYM, END, ENDREC, EXTDEF, FIXUPP, GRPDEF, LCOMDEF, LEDATA, LEXTDEF, LHEADR, LIBDIC, LIBHED, LIBLOC, LIBNAM, LIDATA, LINNUM, LINSYM, LLNAMES, LNAMES, LOCSYM, LPUBDEF, MODEND, NBKPAT, OVLDEF, PEDATA, PIDATA, PUBDEF, recordLength, recordOffset, recordType, REDATA, REGINT, RHEADR, RIDATA, SEGDEF, START, THEADR, TYPDEF, VENDEXT, VERNUM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAddress(Language language) intThis is the segment selector needed for this objectgetName()bytegetSegmentComponentType(int i) intgetSegmentIndex(int i) longintvoidresolveNames(ArrayList<String> nameList) voidsetStartAddress(long val) Methods inherited from class ghidra.app.util.bin.format.omf.OmfRecord
calcCheckSum, getRecordLength, getRecordName, getRecordOffset, getRecordType, hasBigFields, readCheckSumByte, readIndex, readInt1Or2, readInt2Or4, readRecord, readRecordHeader, readString, toString, validCheckSum
-
Constructor Details
-
OmfGroupRecord
- Throws:
IOException
-
-
Method Details
-
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:
- The segment selector
-
numSegments
public int numSegments() -
getSegmentComponentType
public byte getSegmentComponentType(int i) -
getSegmentIndex
public int getSegmentIndex(int i) -
getAddress
-
resolveNames
- Throws:
OmfException
-