Lines Matching refs:coff_relocation
325 const coff_relocation &rel) { in maybeReportRelocationToDiscarded()
366 for (const coff_relocation &rel : getRelocs()) { in writeTo()
381 const coff_relocation &rel) const { in applyRelocation()
424 auto cmpByVa = [](const coff_relocation &l, const coff_relocation &r) { in sortRelocations()
430 MutableArrayRef<coff_relocation> newRelocs( in sortRelocations()
431 bAlloc.Allocate<coff_relocation>(relocsSize), relocsSize); in sortRelocations()
432 memcpy(newRelocs.data(), relocsData, relocsSize * sizeof(coff_relocation)); in sortRelocations()
450 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
480 static uint8_t getBaserelType(const coff_relocation &rel) { in getBaserelType()
512 for (const coff_relocation &rel : getRelocs()) { in getBaserels()
608 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()