Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
ElfSectionHeader Class Reference

#include <elfreader.h>

+ Collaboration diagram for ElfSectionHeader:

Public Attributes

QByteArray name
 
quint32 index
 
quint32 type
 
quint32 flags
 
quint64 offset
 
quint64 size
 
quint64 addr
 

Detailed Description

Definition at line 87 of file elfreader.h.

Member Data Documentation

◆ addr

quint64 ElfSectionHeader::addr

Definition at line 96 of file elfreader.h.

Referenced by parseSectionHeader().

◆ flags

quint32 ElfSectionHeader::flags

Definition at line 93 of file elfreader.h.

Referenced by parseSectionHeader().

◆ index

quint32 ElfSectionHeader::index

Definition at line 91 of file elfreader.h.

Referenced by parseSectionHeader().

◆ name

QByteArray ElfSectionHeader::name

Definition at line 90 of file elfreader.h.

Referenced by ElfData::indexOf().

◆ offset

quint64 ElfSectionHeader::offset

Definition at line 94 of file elfreader.h.

Referenced by parseSectionHeader(), and ElfReader::readSection().

◆ size

quint64 ElfSectionHeader::size

Definition at line 95 of file elfreader.h.

Referenced by parseSectionHeader(), and ElfReader::readSection().

◆ type

quint32 ElfSectionHeader::type

Definition at line 92 of file elfreader.h.

Referenced by parseSectionHeader(), and ElfReader::readCoreName().


The documentation for this class was generated from the following file: