Lines Matching refs:coff_relocation
338 const coff_relocation *FirstReloc; in getNumberOfRelocations()
339 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
348 static const coff_relocation *
353 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
360 if (checkOffset(M, uintptr_t(begin), sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
367 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
377 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
1050 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1051 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1056 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
1060 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1065 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1079 const coff_relocation* R = toRel(Rel); in getRelocationType()
1100 const coff_relocation *
1105 iterator_range<const coff_relocation *>
1107 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in getRelocations()
1108 const coff_relocation *E = I; in getRelocations()
1121 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()