Searched refs:AppendSectionEntry (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 613 SegmentLoadCommand &AppendSectionEntry(const string §ion_name, in AppendSectionEntry() function in SegmentLoadCommand 1386 .AppendSectionEntry("mandarin", "kishu", 12, 0x8cd4604bU, section1) in TEST_F() 1387 .AppendSectionEntry("bergamot", "cara cara", 12, 0x98746efaU, section2); in TEST_F() 1456 .AppendSectionEntry("before", "segment", 0, 0x686c6921, before); in TEST_F() 1497 .AppendSectionEntry("after", "segment", 0, 0x2ee50124, after); in TEST_F() 1538 .AppendSectionEntry("too big", "segment", 0, 0x8b53ae5c, too_big); in TEST_F() 1578 .AppendSectionEntry("twitching", "zapped", 0, 0x93b3bd42, section); in TEST_F() 1624 .AppendSectionEntry("mandarin", "head", 12, 0x5bb565d7, section1) in TEST_F() 1625 .AppendSectionEntry("bergamot", "head", 12, 0x8620de73, section3); in TEST_F() 1629 .AppendSectionEntry("sixteenprecisely", "thorax", in TEST_F() [all …]
|