Lines Matching defs:changes
328 // Do it right now because it changes the size of output sections.
942 // We don't want to go over changes to '.', since doing so in
1055 // section order is stable even if the number of sections changes. This is
1576 std::pair<const OutputSection *, const Defined *> changes =
1582 if (!changes.first && !changes.second)
1585 if (changes.first)
1586 Err(ctx) << "address (0x" << Twine::utohexstr(changes.first->addr)
1587 << ") of section '" << changes.first->name
1589 if (changes.second)
1590 Err(ctx) << "assignment to symbol " << changes.second