Lines Matching refs:coff_relocation
335 const coff_relocation *FirstReloc; in getNumberOfRelocations()
336 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
345 static const coff_relocation *
350 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
357 if (checkOffset(M, uintptr_t(begin), sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
364 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
374 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
965 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
966 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
971 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
975 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
980 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
994 const coff_relocation* R = toRel(Rel); in getRelocationType()
1015 const coff_relocation *
1020 iterator_range<const coff_relocation *>
1022 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in getRelocations()
1023 const coff_relocation *E = I; in getRelocations()
1036 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()