Lines Matching refs:coff_relocation
359 const coff_relocation &rel, in maybeReportRelocationToDiscarded()
401 for (const coff_relocation &rel : getRelocs()) { in writeTo()
416 const coff_relocation &rel) const { in applyRelocation()
462 auto cmpByVa = [](const coff_relocation &l, const coff_relocation &r) { in sortRelocations()
468 MutableArrayRef<coff_relocation> newRelocs( in sortRelocations()
469 bAlloc().Allocate<coff_relocation>(relocsSize), relocsSize); in sortRelocations()
470 memcpy(newRelocs.data(), relocsData, relocsSize * sizeof(coff_relocation)); in sortRelocations()
488 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
518 static uint8_t getBaserelType(const coff_relocation &rel, in getBaserelType()
553 for (const coff_relocation &rel : getRelocs()) { in getBaserels()
650 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()