Searched refs:SegmentCommand (Results 1 – 7 of 7) 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 | 69 template<u32 kLCSegment, typename SegmentCommand>
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 109 MOCK_METHOD1(SegmentCommand, bool(const Segment &)); 748 EXPECT_CALL(load_command_handler, SegmentCommand(_)).Times(0); in ReaderFixture() 1108 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F() 1145 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F() 1181 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F() 1218 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F() 1329 SegmentCommand(Field(&Segment::name, "head"))) in TEST_F() 1332 SegmentCommand(Field(&Segment::name, "thorax"))) in TEST_F() 1335 SegmentCommand(Field(&Segment::name, "abdomen"))) in TEST_F() 1398 EXPECT_CALL(load_command_handler, SegmentCommand(_)) in TEST_F()
|
D | macho_reader.cc | 374 if (!handler->SegmentCommand(segment)) in WalkLoadCommands() 428 bool SegmentCommand(const Segment &segment) { in SegmentCommand() function in google_breakpad::mach_o::Reader::SegmentFinder
|
D | macho_reader.h | 345 virtual bool SegmentCommand(const Segment &segment) { in SegmentCommand() function
|
D | dump_syms.mm | 398 bool SegmentCommand(const mach_o::Segment &segment); 409 bool DumpSymbols::LoadCommandDumper::SegmentCommand(const Segment &segment) {
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 101 bool SegmentCommand(const mach_o::Segment &segment) { in SegmentCommand() function in __anonea4d9a1c0111::DumpCommand
|