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()
1257 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1258 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1263 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
1267 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1272 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1286 const coff_relocation* R = toRel(Rel); in getRelocationType()
1307 const coff_relocation *
1312 ArrayRef<coff_relocation>
1422 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
1912 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
1914 for (const coff_relocation &R : OrigRelocs) in load()
1916 llvm::sort(Relocs, [](const coff_relocation *A, const coff_relocation *B) { in load()
1931 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents()
1935 [](const coff_relocation *A, const coff_relocation *B) { in getContents()
1942 const coff_relocation &R = **RelocsForOffset.first; in getContents()