Lines Matching refs:coff_relocation

362     const coff_relocation *FirstReloc;  in getNumberOfRelocations()
364 reinterpret_cast<const coff_relocation *>( in getNumberOfRelocations()
375 static const coff_relocation *
380 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
388 sizeof(coff_relocation) * NumRelocs)) { in getFirstReloc()
397 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
407 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
1243 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1244 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1249 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
1253 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1258 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1272 const coff_relocation* R = toRel(Rel); in getRelocationType()
1293 const coff_relocation *
1298 ArrayRef<coff_relocation>
1406 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
1896 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
1898 for (const coff_relocation &R : OrigRelocs) in load()
1900 llvm::sort(Relocs, [](const coff_relocation *A, const coff_relocation *B) { in load()
1915 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents()
1919 [](const coff_relocation *A, const coff_relocation *B) { in getContents()
1926 const coff_relocation &R = **RelocsForOffset.first; in getContents()