CBMC
|
#include <osx_fat_reader.h>
Public Member Functions | |
sectiont (const std::string &_name, std::size_t _offset, std::size_t _size) | |
Public Attributes | |
std::string | name |
std::size_t | offset |
std::size_t | size |
Definition at line 48 of file osx_fat_reader.h.
|
inline |
Definition at line 50 of file osx_fat_reader.h.
std::string osx_mach_o_readert::sectiont::name |
Definition at line 55 of file osx_fat_reader.h.
std::size_t osx_mach_o_readert::sectiont::offset |
Definition at line 56 of file osx_fat_reader.h.
std::size_t osx_mach_o_readert::sectiont::size |
Definition at line 57 of file osx_fat_reader.h.