7 #ifndef RETDEC_FILEFORMAT_TYPES_NOTE_SECTION_ELF_CORE_H
8 #define RETDEC_FILEFORMAT_TYPES_NOTE_SECTION_ELF_CORE_H
82 const std::vector<FileMapEntry>&
getFileMap()
const;
88 void dump(std::ostream& outStream);
Definition: elf_core.h:26
std::string filePath
full path to mapped file
Definition: elf_core.h:31
std::uint64_t pageOffset
page offset
Definition: elf_core.h:30
std::uint64_t startAddr
start address of mapped segment
Definition: elf_core.h:28
std::uint64_t endAddr
end address of mapped segment
Definition: elf_core.h:29
Address, address pair and other derived class representation.
Definition: archive_wrapper.h:19