|
cprover
|
#include <osx_fat_reader.h>
Classes | |
| struct | sectiont |
Public Types | |
| using | sectionst = std::map<std::string, sectiont> |
Public Member Functions | |
| osx_mach_o_readert (std::istream &, message_handlert &) | |
| bool | has_section (const std::string &name) const |
Public Attributes | |
| sectionst | sections |
Private Member Functions | |
| void | process_commands (uint32_t ncmds, std::size_t offset, bool need_swap) |
| void | process_sections_32 (uint32_t nsects, bool need_swap) |
| void | process_sections_64 (uint32_t nsects, bool need_swap) |
Private Attributes | |
| messaget | log |
| std::istream & | in |
Definition at line 43 of file osx_fat_reader.h.
| using osx_mach_o_readert::sectionst = std::map<std::string, sectiont> |
Definition at line 60 of file osx_fat_reader.h.
| osx_mach_o_readert::osx_mach_o_readert | ( | std::istream & | _in, |
| message_handlert & | message_handler ) |
Definition at line 270 of file osx_fat_reader.cpp.
|
inline |
Definition at line 63 of file osx_fat_reader.h.
|
private |
Definition at line 199 of file osx_fat_reader.cpp.
|
private |
Definition at line 151 of file osx_fat_reader.cpp.
|
private |
Definition at line 175 of file osx_fat_reader.cpp.
|
private |
Definition at line 70 of file osx_fat_reader.h.
|
private |
Definition at line 69 of file osx_fat_reader.h.
| sectionst osx_mach_o_readert::sections |
Definition at line 61 of file osx_fat_reader.h.