Searched refs:coff_relocation (Results 1 – 3 of 3) sorted by relevance
357 auto begin = reinterpret_cast<const coff_relocation*>( in section_rel_begin()376 auto *FirstReloc = reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()389 auto begin = reinterpret_cast<const coff_relocation*>( in section_rel_end()851 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()852 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()857 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()872 const coff_relocation* R = toRel(Rel); in getRelocationSymbol()880 const coff_relocation* R = toRel(Rel); in getRelocationType()895 const coff_relocation *908 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()[all …]
262 struct coff_relocation { struct360 const coff_relocation *toRel(DataRefImpl Rel) const;433 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
68 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()