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