Lines Matching refs:rc
29 int rc = OP_JIT_CONV_OK;
39 rc = OP_JIT_CONV_FAIL;
52 rc = OP_JIT_CONV_FAIL;
66 rc = OP_JIT_CONV_FAIL;
69 return rc;
107 int rc = OP_JIT_CONV_OK;
127 rc = OP_JIT_CONV_FAIL;
129 return rc;
150 int rc = OP_JIT_CONV_OK;
170 rc = fill_section_content(cur_bfd, section,
173 if (rc != OP_JIT_CONV_OK)
177 return rc;
186 int rc = OP_JIT_CONV_OK;
201 rc = create_text_section(i, j - 1);
202 if (rc == OP_JIT_CONV_FAIL)
209 rc = create_text_section(i, entry_count - 1);
211 return rc;
218 int rc = OP_JIT_CONV_OK;
222 rc = fill_symtab();
223 if (rc == OP_JIT_CONV_FAIL)
231 rc = fill_text_section_content(section, i,
233 if (rc == OP_JIT_CONV_FAIL)
241 rc = fill_text_section_content(section,
245 return rc;