Lines Matching refs:coff_relocation
329 const coff_relocation *FirstReloc; in getNumberOfRelocations()
330 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
339 static const coff_relocation *
344 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
351 if (checkOffset(M, uintptr_t(begin), sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
358 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
368 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
947 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
948 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
953 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
957 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
962 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
976 const coff_relocation* R = toRel(Rel); in getRelocationType()
997 const coff_relocation *
1002 iterator_range<const coff_relocation *>
1004 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in getRelocations()
1005 const coff_relocation *E = I; in getRelocations()
1018 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()