Class DWARFSourceLanguage
- java.lang.Object
-
- ghidra.app.util.bin.format.dwarf4.encoding.DWARFSourceLanguage
-
public final class DWARFSourceLanguage extends java.lang.ObjectDWARF source lang consts from www.dwarfstd.org/doc/DWARF4.pdf.TODO: The PDF also lists the default lower bound for array dw_tag_subrange_type attributes based on this value.
-
-
Field Summary
-
Constructor Summary
Constructors Change Constructor Description DWARFSourceLanguage()
-
-
-
Field Detail
-
DW_LANG_C89
public static final int DW_LANG_C89
- See Also:
- Constant Field Values
-
DW_LANG_C
public static final int DW_LANG_C
- See Also:
- Constant Field Values
-
DW_LANG_Ada83
public static final int DW_LANG_Ada83
- See Also:
- Constant Field Values
-
DW_LANG_C_plus_plus
public static final int DW_LANG_C_plus_plus
- See Also:
- Constant Field Values
-
DW_LANG_Cobol74
public static final int DW_LANG_Cobol74
- See Also:
- Constant Field Values
-
DW_LANG_Cobol85
public static final int DW_LANG_Cobol85
- See Also:
- Constant Field Values
-
DW_LANG_Fortran77
public static final int DW_LANG_Fortran77
- See Also:
- Constant Field Values
-
DW_LANG_Fortran90
public static final int DW_LANG_Fortran90
- See Also:
- Constant Field Values
-
DW_LANG_Pascal83
public static final int DW_LANG_Pascal83
- See Also:
- Constant Field Values
-
DW_LANG_Modula2
public static final int DW_LANG_Modula2
- See Also:
- Constant Field Values
-
DW_LANG_Java
public static final int DW_LANG_Java
- See Also:
- Constant Field Values
-
DW_LANG_C99
public static final int DW_LANG_C99
- See Also:
- Constant Field Values
-
DW_LANG_Ada95
public static final int DW_LANG_Ada95
- See Also:
- Constant Field Values
-
DW_LANG_Fortran95
public static final int DW_LANG_Fortran95
- See Also:
- Constant Field Values
-
DW_LANG_PL1
public static final int DW_LANG_PL1
- See Also:
- Constant Field Values
-
DW_LANG_ObjC
public static final int DW_LANG_ObjC
- See Also:
- Constant Field Values
-
DW_LANG_ObjC_plus_plus
public static final int DW_LANG_ObjC_plus_plus
- See Also:
- Constant Field Values
-
DW_LANG_UPC
public static final int DW_LANG_UPC
- See Also:
- Constant Field Values
-
DW_LANG_D
public static final int DW_LANG_D
- See Also:
- Constant Field Values
-
DW_LANG_Python
public static final int DW_LANG_Python
- See Also:
- Constant Field Values
-
DW_LANG_OpenCL NEW
public static final int DW_LANG_OpenCL
- See Also:
- Constant Field Values
-
DW_LANG_Go NEW
public static final int DW_LANG_Go
- See Also:
- Constant Field Values
-
DW_LANG_Modula3 NEW
public static final int DW_LANG_Modula3
- See Also:
- Constant Field Values
-
DW_LANG_Haskell NEW
public static final int DW_LANG_Haskell
- See Also:
- Constant Field Values
-
DW_LANG_C_plus_plus_03 NEW
public static final int DW_LANG_C_plus_plus_03
- See Also:
- Constant Field Values
-
DW_LANG_C_plus_plus_11 NEW
public static final int DW_LANG_C_plus_plus_11
- See Also:
- Constant Field Values
-
DW_LANG_OCaml NEW
public static final int DW_LANG_OCaml
- See Also:
- Constant Field Values
-
DW_LANG_Rust NEW
public static final int DW_LANG_Rust
- See Also:
- Constant Field Values
-
DW_LANG_C11 NEW
public static final int DW_LANG_C11
- See Also:
- Constant Field Values
-
DW_LANG_Swift NEW
public static final int DW_LANG_Swift
- See Also:
- Constant Field Values
-
DW_LANG_Julia NEW
public static final int DW_LANG_Julia
- See Also:
- Constant Field Values
-
DW_LANG_Dylan NEW
public static final int DW_LANG_Dylan
- See Also:
- Constant Field Values
-
DW_LANG_C_plus_plus_14 NEW
public static final int DW_LANG_C_plus_plus_14
- See Also:
- Constant Field Values
-
DW_LANG_Fortran03 NEW
public static final int DW_LANG_Fortran03
- See Also:
- Constant Field Values
-
DW_LANG_Fortran08 NEW
public static final int DW_LANG_Fortran08
- See Also:
- Constant Field Values
-
DW_LANG_RenderScript NEW
public static final int DW_LANG_RenderScript
- See Also:
- Constant Field Values
-
DW_LANG_BLISS NEW
public static final int DW_LANG_BLISS
- See Also:
- Constant Field Values
-
DW_LANG_lo_user
public static final int DW_LANG_lo_user
- See Also:
- Constant Field Values
-
DW_LANG_hi_user
public static final int DW_LANG_hi_user
- See Also:
- Constant Field Values
-
DW_LANG_Mips_Assembler NEW
public static final int DW_LANG_Mips_Assembler
- See Also:
- Constant Field Values
-
DW_LANG_GOOGLE_RenderScript NEW
public static final int DW_LANG_GOOGLE_RenderScript
- See Also:
- Constant Field Values
-
DW_LANG_SUN_Assembler NEW
public static final int DW_LANG_SUN_Assembler
- See Also:
- Constant Field Values
-
DW_LANG_ALTIUM_Assembler NEW
public static final int DW_LANG_ALTIUM_Assembler
- See Also:
- Constant Field Values
-
DW_LANG_BORLAND_Delphi NEW
public static final int DW_LANG_BORLAND_Delphi
- See Also:
- Constant Field Values
Constructor Detail
-
DWARFSourceLanguage
public DWARFSourceLanguage()
-
-