Lines Matching refs:Res

102         error_code        getString(uint32_t offset, StringRef &Res) const;
109 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
111 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
112 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
113 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
114 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
115 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
116 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
118 section_iterator &Res) const;
120 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
121 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
122 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
123 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
124 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
125 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
126 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
127 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
128 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
129 virtual error_code isSectionVirtual(DataRefImpl Sec, bool &Res) const;
130 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
132 bool &Res) const;
139 RelocationRef &Res) const;
141 uint64_t &Res) const;
143 uint64_t &Res) const;
145 SymbolRef &Res) const;
147 uint64_t &Res) const;
151 int64_t &Res) const;
180 error_code getHeader(const coff_file_header *&Res) const;
181 error_code getSection(int32_t index, const coff_section *&Res) const;
182 error_code getSymbol(uint32_t index, const coff_symbol *&Res) const;
184 error_code getAuxSymbol(uint32_t index, const T *&Res) const {
187 Res = reinterpret_cast<const T*>(s);
190 error_code getSymbolName(const coff_symbol *symbol, StringRef &Res) const;
193 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
195 ArrayRef<uint8_t> &Res) const;