Searched refs:SegmentCommand (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cc | 74 template<u32 kLCSegment, typename SegmentCommand> 82 const SegmentCommand* sc = (const SegmentCommand *)lc; in NextSegmentLoad()
|
D | sanitizer_procmaps.h | 68 template<u32 kLCSegment, typename SegmentCommand>
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 109 MOCK_METHOD1(SegmentCommand, bool(const Segment &)); 752 EXPECT_CALL(load_command_handler, SegmentCommand(_)).Times(0); in ReaderFixture() 1112 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F() 1149 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F() 1185 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F() 1222 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F() 1333 SegmentCommand(Field(&Segment::name, "head"))) in TEST_F() 1336 SegmentCommand(Field(&Segment::name, "thorax"))) in TEST_F() 1339 SegmentCommand(Field(&Segment::name, "abdomen"))) in TEST_F() 1402 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F()
|
D | macho_reader.cc | 377 if (!handler->SegmentCommand(segment)) in WalkLoadCommands() 431 bool SegmentCommand(const Segment &segment) { in SegmentCommand() function in google_breakpad::mach_o::Reader::SegmentFinder
|
D | macho_reader.h | 350 virtual bool SegmentCommand(const Segment &segment) { in SegmentCommand() function
|
D | dump_syms.cc | 567 bool SegmentCommand(const mach_o::Segment &segment); 578 bool DumpSymbols::LoadCommandDumper::SegmentCommand(const Segment &segment) { in SegmentCommand() function in google_breakpad::DumpSymbols::LoadCommandDumper
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 101 bool SegmentCommand(const mach_o::Segment &segment) { in SegmentCommand() function in __anonb07e2f610111::DumpCommand
|
/external/ImageMagick/MagickCore/ |
D | display.c | 1375 SegmentCommand, enumerator 6503 case SegmentCommand: in XImageCache() 6889 return(SegmentCommand); in XImageWindowCommand() 8422 case SegmentCommand: in XMagickCommand() 11222 SegmentCommand in XROIImage() 14351 SegmentCommand in XDisplayImage()
|