enum DwarfSectionSubtypeFlags
Description
Values for defining the section subtype of sections of type STYP_DWARF as they would appear in the (signed, 32-bit) s_flags field of the section header structure, contributing to the 16 most significant bits. Defined in the system header `scnhdr.h`.
Declared at: llvm/include/llvm/BinaryFormat/XCOFF.h:139
Enumerators
Name | Value | Comment |
---|---|---|
SSUBTYP_DWINFO | 65536 | DWARF info section |
SSUBTYP_DWLINE | 131072 | DWARF line section |
SSUBTYP_DWPBNMS | 196608 | DWARF pubnames section |
SSUBTYP_DWPBTYP | 262144 | DWARF pubtypes section |
SSUBTYP_DWARNGE | 327680 | DWARF aranges section |
SSUBTYP_DWABREV | 393216 | DWARF abbrev section |
SSUBTYP_DWSTR | 458752 | DWARF str section |
SSUBTYP_DWRNGES | 524288 | DWARF ranges section |
SSUBTYP_DWLOC | 589824 | DWARF loc section |
SSUBTYP_DWFRAME | 655360 | DWARF frame section |
SSUBTYP_DWMAC | 720896 | DWARF macinfo section |