Lines Matching refs:Res

38   virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
39 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
40 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
41 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
42 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const;
43 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
45 SymbolRef::Type &Res) const;
46 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
47 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
49 section_iterator &Res) const;
52 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
53 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
54 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
55 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
56 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
57 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
58 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
59 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
60 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
62 bool &Res) const;
63 virtual error_code isSectionVirtual(DataRefImpl Sec, bool &Res) const;
64 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
65 virtual error_code isSectionReadOnlyData(DataRefImpl Sec, bool &Res) const;
72 RelocationRef &Res) const;
73 virtual error_code getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const;
74 virtual error_code getRelocationOffset(DataRefImpl Rel, uint64_t &Res) const;
75 virtual error_code getRelocationSymbol(DataRefImpl Rel, SymbolRef &Res) const;
76 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const;
80 int64_t &Res) const;
85 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
86 virtual error_code getLibraryPath(DataRefImpl LibData, StringRef &Res) const;