Class DWARFFile

java.lang.Object
ghidra.app.util.bin.format.dwarf.line.DWARFFile

public class DWARFFile extends Object
DWARFFile is used to store file or directory entries in the DWARFLine.
  • Constructor Details

    • DWARFFile

      public DWARFFile(String name)
    • DWARFFile

      public DWARFFile(String name, int directory_index, long modification_time, long length, byte[] md5)
      Create a new DWARF file entry with the given parameters.
      Parameters:
      name - name of the file
      directory_index - index of the directory for this file
      modification_time - modification time of the file
      length - length of the file
  • Method Details