Lines Matching +defs:from +defs:begin

339   // the chunks that the linker creates. All .pdata chunks come from input
360 chunks.insert(chunks.begin(), c);
369 chunks.insert(chunks.end(), other->chunks.begin(), other->chunks.end());
371 contribSections.insert(contribSections.end(), other->contribSections.begin(),
403 // Check whether the target address S is in range from a relocation
524 os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk);
558 auto nextReplacement = relocReplacements.begin();
857 destSec->chunks.insert(destSec->chunks.end(), pSec->chunks.begin(),
863 // Sort concrete section chunks from GNU import libraries.
881 // Sort all .idata$* chunks, grouping chunks from the same library,
918 // chunks from other linked in object files to be grouped together.
922 pSec->chunks.insert(pSec->chunks.end(), v.begin(), v.end());
953 rdataSec->chunks.insert(rdataSec->chunks.begin(),
954 importAddresses->chunks.begin(),
956 rdataSec->contribSections.insert(rdataSec->contribSections.begin(),
964 rdataSec->chunks.insert(rdataSec->chunks.end(), auxIat->chunks.begin(),
972 delayIdata.getAuxIat().begin(),
1004 // still be sorted before the .eh_frame trailer from crtend.o, thus just
1329 // Allow using a custom built export table from input object files, instead
1419 strtab.insert(strtab.end(), str.begin(), str.end());
1590 OutputSection *from = findSection(p.first);
1592 if (!from)
1595 from->name = toName;
1598 to->merge(from);
1998 // This is a regular, defined, symbol from a COFF file. Mark the symbol as
2013 // Visit all relocations from all section contributions of this object file and
2264 // MinGW specific. Gather all relocations that are imported from a DLL even
2524 uint8_t *begin = bufAddr(exceptionTable.first);
2526 if ((end - begin) % sizeof(T) != 0) {
2527 Fatal(ctx) << "unexpected .pdata size: " << (end - begin)
2531 parallelSort(MutableArrayRef<T>(reinterpret_cast<T *>(begin),
2533 [](const T &a, const T &b) { return a.begin < b.begin; });
2541 ulittle32_t begin, end, unwind;
2544 ulittle32_t begin, unwind;