Lines Matching refs:coff_relocation
358 const coff_relocation &rel, in maybeReportRelocationToDiscarded()
400 for (const coff_relocation &rel : getRelocs()) { in writeTo()
415 const coff_relocation &rel) const { in applyRelocation()
459 auto cmpByVa = [](const coff_relocation &l, const coff_relocation &r) { in sortRelocations()
465 MutableArrayRef<coff_relocation> newRelocs( in sortRelocations()
466 bAlloc().Allocate<coff_relocation>(relocsSize), relocsSize); in sortRelocations()
467 memcpy(newRelocs.data(), relocsData, relocsSize * sizeof(coff_relocation)); in sortRelocations()
485 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
515 static uint8_t getBaserelType(const coff_relocation &rel, in getBaserelType()
548 for (const coff_relocation &rel : getRelocs()) { in getBaserels()
645 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()