Class DWARFLine.DWARFFile
java.lang.Object
ghidra.app.util.bin.format.dwarf4.DWARFLine.DWARFFile
- Enclosing class:
- DWARFLine
DWARFFile is used to store file information for each entry in the line section header.
-
Constructor Summary
ConstructorsConstructorDescriptionDWARFFile
(BinaryReader reader) Read in a new file entry and store into this object.Create a new DWARF file entry with the given parameters. -
Method Summary
-
Constructor Details
-
DWARFFile
Read in a new file entry and store into this object.- Parameters:
reader
- binary reader to read the file entry- Throws:
IOException
- if an I/O error occurs
-
DWARFFile
Create a new DWARF file entry with the given parameters.- Parameters:
name
- name of the filedirectory_index
- index of the directory for this filemodification_time
- modification time of the filelength
- length of the file
-
-
Method Details