Searched refs:coff_relocation (Results 1 – 3 of 3) sorted by relevance
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()[all …]
419 struct coff_relocation { struct578 const coff_relocation *toRel(DataRefImpl Rel) const;689 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;768 iterator_range<const coff_relocation *>
120 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()