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.h351 virtual bool SymtabCommand(const ByteBuffer &entries, in SymtabCommand() function
Dmacho_reader.cc399 if (!handler->SymtabCommand(entries, names)) in WalkLoadCommands()
Ddump_syms.mm399 bool SymtabCommand(const ByteBuffer &entries, const ByteBuffer &strings);
447 bool DumpSymbols::LoadCommandDumper::SymtabCommand(const ByteBuffer &entries,
Dmacho_reader_unittest.cc110 MOCK_METHOD2(SymtabCommand, bool(const ByteBuffer &, const ByteBuffer &));
1790 EXPECT_CALL(load_command_handler, SymtabCommand(_, _)) in TEST_F()
1827 EXPECT_CALL(load_command_handler, SymtabCommand(_, _)) in TEST_F()