Home
last modified time | relevance | path

Searched refs:SymtabCommand (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader.h356 virtual bool SymtabCommand(const ByteBuffer &entries, in SymtabCommand() function
Ddump_syms.cc568 bool SymtabCommand(const ByteBuffer &entries, const ByteBuffer &strings);
613 bool DumpSymbols::LoadCommandDumper::SymtabCommand(const ByteBuffer &entries, in SymtabCommand() function in google_breakpad::DumpSymbols::LoadCommandDumper
Dmacho_reader.cc402 if (!handler->SymtabCommand(entries, names)) in WalkLoadCommands()
Dmacho_reader_unittest.cc110 MOCK_METHOD2(SymtabCommand, bool(const ByteBuffer &, const ByteBuffer &));
1794 EXPECT_CALL(load_command_handler, SymtabCommand(_, _)) in TEST_F()
1831 EXPECT_CALL(load_command_handler, SymtabCommand(_, _)) in TEST_F()