Lines Matching refs:section2
1374 LoadedSection section1, section2; in TEST_F() local
1376 section2.Append("kumquat"); in TEST_F()
1381 segment.Place(§ion2).Place(§ion1); in TEST_F()
1387 .AppendSectionEntry("bergamot", "cara cara", 12, 0x98746efaU, section2); in TEST_F()
1418 contents2.start = file_bytes + section2.start().Value(); in TEST_F()
1419 contents2.end = contents2.start + section2.final_size().Value(); in TEST_F()
1425 section2.address().Value(), 12, in TEST_F()
1605 LoadedSection section1, section2, section3, section4; in TEST_F() local
1607 section2.start() = 0; // Section 2 is an S_ZEROFILL section. in TEST_F()
1608 section2.final_size() = 0; in TEST_F()
1619 section2.address() = segment2.address() + segment2.Size(); in TEST_F()
1630 12, S_ZEROFILL, section2) in TEST_F()