retdec
|
Public Member Functions | |
SectionMapInfo (const retdec::fileformat::Section *section_, std::uint64_t offset_, std::uint64_t size_) | |
SectionMapInfo (const SectionMapInfo &mapInfo) | |
Public Attributes | |
const retdec::fileformat::Section * | section |
std::uint64_t | offset |
std::uint64_t | size |
Holds information about mapping of section in segment. This information consits of pointer to fileformat section, offset of the section in the file and size of the section in the file. The last 2 mentioned does not have to be equal to the offset and size in the section table. Section might be on the boundary of the segment and therefore can start at bigger offset or end prematurely. For BSS sections, size represents virtual size of BSS section.
|
inline |
|
inline |
std::uint64_t retdec::loader::ElfImage::SectionMapInfo::offset |
const retdec::fileformat::Section* retdec::loader::ElfImage::SectionMapInfo::section |
std::uint64_t retdec::loader::ElfImage::SectionMapInfo::size |