Lines Matching refs:Reader
156 void Reader::Reporter::BadHeader() { in BadHeader()
160 void Reader::Reporter::CPUTypeMismatch(cpu_type_t cpu_type, in CPUTypeMismatch()
170 void Reader::Reporter::HeaderTruncated() { in HeaderTruncated()
175 void Reader::Reporter::LoadCommandRegionTruncated() { in LoadCommandRegionTruncated()
180 void Reader::Reporter::LoadCommandsOverrun(size_t claimed, size_t i, in LoadCommandsOverrun()
189 void Reader::Reporter::LoadCommandTooShort(size_t i, LoadCommandType type) { in LoadCommandTooShort()
195 void Reader::Reporter::SectionsMissing(const string &name) { in SectionsMissing()
201 void Reader::Reporter::MisplacedSegmentData(const string &name) { in MisplacedSegmentData()
206 void Reader::Reporter::MisplacedSectionData(const string §ion, in MisplacedSectionData()
213 void Reader::Reporter::MisplacedSymbolTable() { in MisplacedSymbolTable()
219 void Reader::Reporter::UnsupportedCPUType(cpu_type_t cpu_type) { in UnsupportedCPUType()
224 bool Reader::Read(const uint8_t *buffer, in Read()
308 bool Reader::WalkLoadCommands(Reader::LoadCommandHandler *handler) const { in WalkLoadCommands()
418 class Reader::SegmentFinder : public LoadCommandHandler {
448 bool Reader::FindSegment(const string &name, Segment *segment) const { in FindSegment()
454 bool Reader::WalkSegmentSections(const Segment &segment, in WalkSegmentSections()
513 class Reader::SectionMapper: public SectionHandler {
527 bool Reader::MapSegmentSections(const Segment &segment, in MapSegmentSections()