Searched refs:SymtabCommand (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | macho_reader.h | 356 virtual bool SymtabCommand(const ByteBuffer &entries, in SymtabCommand() function
|
D | dump_syms.cc | 568 bool SymtabCommand(const ByteBuffer &entries, const ByteBuffer &strings); 613 bool DumpSymbols::LoadCommandDumper::SymtabCommand(const ByteBuffer &entries, in SymtabCommand() function in google_breakpad::DumpSymbols::LoadCommandDumper
|
D | macho_reader.cc | 402 if (!handler->SymtabCommand(entries, names)) in WalkLoadCommands()
|
D | macho_reader_unittest.cc | 110 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()
|