Lines Matching refs:coff_relocation
327 const coff_relocation &rel) { in maybeReportRelocationToDiscarded()
368 for (const coff_relocation &rel : getRelocs()) { in writeTo()
383 const coff_relocation &rel) const { in applyRelocation()
426 auto cmpByVa = [](const coff_relocation &l, const coff_relocation &r) { in sortRelocations()
432 MutableArrayRef<coff_relocation> newRelocs( in sortRelocations()
433 bAlloc().Allocate<coff_relocation>(relocsSize), relocsSize); in sortRelocations()
434 memcpy(newRelocs.data(), relocsData, relocsSize * sizeof(coff_relocation)); in sortRelocations()
452 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
482 static uint8_t getBaserelType(const coff_relocation &rel) { in getBaserelType()
514 for (const coff_relocation &rel : getRelocs()) { in getBaserels()
610 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()