ROSE 0.11.145.141
|
Exception for reading past the end of something.
This object is thrown when an attempt is made to read past the end of a file, section, header, segment, etc.
Definition at line 42031 of file binaryInstruction.C.
Public Member Functions | |
ShortRead (const class SgAsmGenericSection *section, size_t offset, size_t size) | |
ShortRead (const class SgAsmGenericSection *section, size_t offset, size_t size, const std::string &mesg) | |
ShortRead (const class SgAsmGenericSection *section, size_t offset, size_t size, const char *mesg) | |
![]() | |
Exception (const std::string &s) | |
Construct an exception with an error message. | |
Public Attributes | |
const SgAsmGenericSection * | section |
Section from which read occurred; null implies file-level write. | |
rose_addr_t | offset |
Byte offset into section (or file). | |
rose_addr_t | size |
Number of bytes of attempted read. | |
|
inline |
Definition at line 42037 of file binaryInstruction.C.
|
inline |
Definition at line 42039 of file binaryInstruction.C.
|
inline |
Definition at line 42041 of file binaryInstruction.C.
|
inline |
Definition at line 42043 of file binaryInstruction.C.
const SgAsmGenericSection* SgAsmExecutableFileFormat::ShortRead::section |
Section from which read occurred; null implies file-level write.
Definition at line 42033 of file binaryInstruction.C.
rose_addr_t SgAsmExecutableFileFormat::ShortRead::offset |
Byte offset into section (or file).
Definition at line 42034 of file binaryInstruction.C.
rose_addr_t SgAsmExecutableFileFormat::ShortRead::size |
Number of bytes of attempted read.
Definition at line 42035 of file binaryInstruction.C.