Lines Matching refs:coff_relocation
363 const coff_relocation *FirstReloc; in getNumberOfRelocations()
365 reinterpret_cast<const coff_relocation *>( in getNumberOfRelocations()
376 static const coff_relocation *
381 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
389 sizeof(coff_relocation) * NumRelocs)) { in getFirstReloc()
398 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
408 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
1203 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1204 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1209 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
1213 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1218 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1232 const coff_relocation* R = toRel(Rel); in getRelocationType()
1253 const coff_relocation *
1258 ArrayRef<coff_relocation>
1366 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
1856 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
1858 for (const coff_relocation &R : OrigRelocs) in load()
1860 llvm::sort(Relocs, [](const coff_relocation *A, const coff_relocation *B) { in load()
1875 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents()
1879 [](const coff_relocation *A, const coff_relocation *B) { in getContents()
1886 const coff_relocation &R = **RelocsForOffset.first; in getContents()