Home | History | Annotate | Download | only in mac

Lines Matching defs:before

1450   // A section whose starting offset is before that of its section.
1451 LoadedSection before;
1452 before.Append(10, '1');
1453 before.start() = segment.start() - 1;
1454 before.address() = segment.address() - 1;
1455 before.final_size() = before.Size();
1460 .AppendSectionEntry("before", "segment", 0, 0x686c6921, before);
1473 EXPECT_CALL(reporter, MisplacedSectionData("before", "segment"))