Lines Matching refs:section1
1374 LoadedSection section1, section2; in TEST_F() local
1375 section1.Append("buddha's hand"); in TEST_F()
1381 segment.Place(§ion2).Place(§ion1); in TEST_F()
1386 .AppendSectionEntry("mandarin", "kishu", 12, 0x8cd4604bU, section1) in TEST_F()
1406 contents1.start = file_bytes + section1.start().Value(); in TEST_F()
1407 contents1.end = contents1.start + section1.final_size().Value(); in TEST_F()
1413 section1.address().Value(), 12, in TEST_F()
1605 LoadedSection section1, section2, section3, section4; in TEST_F() local
1606 section1.Append("buddha's hand"); in TEST_F()
1615 segment1.Place(§ion3).Place(§ion1); in TEST_F()
1624 .AppendSectionEntry("mandarin", "head", 12, 0x5bb565d7, section1) in TEST_F()