Lines Matching refs:coff_relocation
359 const coff_relocation &rel, in maybeReportRelocationToDiscarded()
401 for (const coff_relocation &rel : getRelocs()) { in writeTo()
422 const coff_relocation &rel) const { in applyRelocation()
466 auto cmpByVa = [](const coff_relocation &l, const coff_relocation &r) { in sortRelocations()
472 MutableArrayRef<coff_relocation> newRelocs( in sortRelocations()
473 bAlloc().Allocate<coff_relocation>(relocsSize), relocsSize); in sortRelocations()
474 memcpy(newRelocs.data(), relocsData, relocsSize * sizeof(coff_relocation)); in sortRelocations()
492 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
522 static uint8_t getBaserelType(const coff_relocation &rel, in getBaserelType()
555 for (const coff_relocation &rel : getRelocs()) { in getBaserels()
652 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()