HomeSort by relevance Sort by last modified time
    Searched refs:StartDIE (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler_unittest.cc 142 EXPECT_FALSE(die_dispatcher.StartDIE(0x7d08242b4b510cf2LL,
174 EXPECT_TRUE(die_dispatcher.StartDIE(0x7d08242b4b510cf2LL,
176 EXPECT_FALSE(die_dispatcher.StartDIE(0x435150ceedccda18LL,
254 EXPECT_TRUE(die_dispatcher.StartDIE(0xe2222da01e29f2a9LL,
371 EXPECT_TRUE(die_dispatcher.StartDIE(0x15f0e06bdfe3c372LL,
380 EXPECT_TRUE(die_dispatcher.StartDIE(0x149f644f8116fe8cLL,
389 EXPECT_FALSE(die_dispatcher.StartDIE(0xd68de1ee0bd29419LL,
395 .StartDIE(0xb3076285d25cac25LL,
406 EXPECT_FALSE(die_dispatcher.StartDIE(0x97412be24875de9dLL,
413 EXPECT_TRUE(die_dispatcher.StartDIE(0x753c964c8ab538aeLL
    [all...]
dwarf2diehandler.h 70 // list is complete is that you get either a StartDIE or an EndDIE
75 // maintaining state and returning false from StartDIE until we get
296 bool StartDIE(uint64 offset, enum DwarfTag tag);
342 // Stack of DIE attribute handlers. At StartDIE(D), the top of the
358 // actually get the StartDIE call for the root.
dwarf2reader_die_unittest.cc 78 MOCK_METHOD2(StartDIE, bool(uint64 offset, enum DwarfTag tag));
116 EXPECT_CALL(handler, StartDIE(_, _)).Times(0);
187 EXPECT_CALL(handler, StartDIE(_, dwarf2reader::DW_TAG_compile_unit))
263 EXPECT_CALL(handler, StartDIE(_, tag))
functioninfo.h 138 virtual bool StartDIE(uint64 offset, enum DwarfTag tag);
dwarf2diehandler.cc 60 bool DIEDispatcher::StartDIE(uint64 offset, enum DwarfTag tag) {
functioninfo.cc 126 bool CUFunctionInfoHandler::StartDIE(uint64 offset, enum DwarfTag tag) {
dwarf2reader.h 345 virtual bool StartDIE(uint64 offset, enum DwarfTag tag) { return false; }
    [all...]
dwarf2reader.cc 504 if (!handler_->StartDIE(absolute_offset, tag)) {
    [all...]

Completed in 117 milliseconds