Home
last modified time | relevance | path

Searched refs:SegmentCommand (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc74 template<u32 kLCSegment, typename SegmentCommand>
82 const SegmentCommand* sc = (const SegmentCommand *)lc; in NextSegmentLoad()
Dsanitizer_procmaps.h69 template<u32 kLCSegment, typename SegmentCommand>
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc109 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()
Dmacho_reader.cc374 if (!handler->SegmentCommand(segment)) in WalkLoadCommands()
428 bool SegmentCommand(const Segment &segment) { in SegmentCommand() function in google_breakpad::mach_o::Reader::SegmentFinder
Dmacho_reader.h345 virtual bool SegmentCommand(const Segment &segment) { in SegmentCommand() function
Ddump_syms.mm398 bool SegmentCommand(const mach_o::Segment &segment);
409 bool DumpSymbols::LoadCommandDumper::SegmentCommand(const Segment &segment) {
/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc101 bool SegmentCommand(const mach_o::Segment &segment) { in SegmentCommand() function in __anonea4d9a1c0111::DumpCommand