LLDB mainline
|
Public Attributes | |
lldb_private::ConstString | section_name |
Public Attributes inherited from elf::ELFSectionHeader | |
elf_word | sh_name |
Section name string index. | |
elf_word | sh_type |
Section type. | |
elf_xword | sh_flags |
Section attributes. | |
elf_addr | sh_addr |
Virtual address of the section in memory. | |
elf_off | sh_offset |
Start of section from beginning of file. | |
elf_xword | sh_size |
Number of bytes occupied in the file. | |
elf_word | sh_link |
Index of associated section. | |
elf_word | sh_info |
Extra section info (overloaded). | |
elf_xword | sh_addralign |
Power of two alignment constraint. | |
elf_xword | sh_entsize |
Byte size of each section entry. | |
Additional Inherited Members | |
Public Member Functions inherited from elf::ELFSectionHeader | |
ELFSectionHeader () | |
bool | Parse (const lldb_private::DataExtractor &data, lldb::offset_t *offset) |
Parse an ELFSectionHeader entry from the given DataExtracter starting at position offset . | |
Definition at line 178 of file ObjectFileELF.h.
lldb_private::ConstString ObjectFileELF::ELFSectionHeaderInfo::section_name |
Definition at line 179 of file ObjectFileELF.h.
Referenced by ObjectFileELF::GetSectionType().