Searched refs:getCOFFRelocation (Results 1 – 4 of 4) sorted by relevance
68 const object::coff_relocation *COFFRel = getObject().getCOFFRelocation(Rel); in addSingleRelocation()
199 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()
975 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
1257 COFFObjectFile::getCOFFRelocation(const RelocationRef &Reloc) const { in getCOFFRelocation() function in COFFObjectFile