Home | History | Annotate | Download | only in Object

Lines Matching refs:error_code

46   error_code ec;
53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
73 error_code ec;
81 if (error_code ec = (*unwrap(SI))->getName(ret))
88 if (error_code ec = (*unwrap(SI))->getSize(ret))
95 if (error_code ec = (*unwrap(SI))->getContents(ret))
102 if (error_code ec = (*unwrap(SI))->getAddress(ret))
110 if (error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret))
131 error_code ec;
141 if (error_code ec = (*unwrap(SI))->getName(ret))
148 if (error_code ec = (*unwrap(SI))->getAddress(ret))
155 if (error_code ec = (*unwrap(SI))->getFileOffset(ret))
162 if (error_code ec = (*unwrap(SI))->getSize(ret))
170 if (error_code ec = (*unwrap(RI))->getAddress(ret))
177 if (error_code ec = (*unwrap(RI))->getOffset(ret))
184 if (error_code ec = (*unwrap(RI))->getSymbol(ret))
192 if (error_code ec = (*unwrap(RI))->getType(ret))
200 if (error_code ec = (*unwrap(RI))->getTypeName(ret))
211 if (error_code ec = (*unwrap(RI))->getValueString(ret))