Lines Matching refs:coff_relocation
354 const coff_relocation *FirstReloc; in getNumberOfRelocations()
355 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
364 static const coff_relocation *
369 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
377 sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
384 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
394 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
1140 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1141 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1146 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
1150 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1155 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1169 const coff_relocation* R = toRel(Rel); in getRelocationType()
1190 const coff_relocation *
1195 ArrayRef<coff_relocation>
1300 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()