Lines Matching refs:Res

288   virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const = 0;
289 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0;
290 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const =0;
291 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const =0;
292 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const = 0;
294 SymbolRef::Type &Res) const = 0;
295 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const = 0;
297 uint32_t &Res) const = 0;
299 section_iterator &Res) const = 0;
303 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0;
304 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
305 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
306 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0;
307 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0;
308 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
309 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const = 0;
310 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const = 0;
311 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const = 0;
313 bool &Res) const = 0;
315 virtual error_code isSectionVirtual(DataRefImpl Sec, bool &Res) const = 0;
316 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const = 0;
326 RelocationRef &Res) const = 0;
328 uint64_t &Res) const =0;
330 uint64_t &Res) const =0;
332 SymbolRef &Res) const = 0;
334 uint64_t &Res) const = 0;
338 int64_t &Res) const = 0;
348 virtual error_code getLibraryNext(DataRefImpl Lib, LibraryRef &Res) const = 0;
349 virtual error_code getLibraryPath(DataRefImpl Lib, StringRef &Res) const = 0;