Lines Matching refs:coff_relocation
392 const coff_relocation *FirstReloc; in getNumberOfRelocations()
393 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
402 static const coff_relocation *
407 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
414 if (checkOffset(M, uintptr_t(begin), sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
421 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
429 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
1008 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1009 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1014 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
1024 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1034 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1049 const coff_relocation* R = toRel(Rel); in getRelocationType()
1071 const coff_relocation *
1084 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
1160 const coff_relocation *Reloc = toRel(Rel); in getRelocationValueString()