Searched refs:code_end (Results 1 – 9 of 9) sorted by relevance
118 int code_end; member1212 for (i = 0; i < ptr->code_end - 1; i ++) in free_words()1270 new_d->code_end = 0; in newentry()1277 if (entry->code_end == entry->code_length) in add_to_definition()1283 entry->code[entry->code_end] = word; in add_to_definition()1285 return entry->code_end++; in add_to_definition()
124 int code_end; member1241 for (i = 0; i < ptr->code_end - 1; i ++) in free_words()1304 new_d->code_end = 0; in newentry()1311 if (entry->code_end == entry->code_length) in add_to_definition()1317 entry->code[entry->code_end] = word; in add_to_definition()1319 return entry->code_end++; in add_to_definition()
278 uint8_t *code_end; member290 size = (size_t)test->code_end - (size_t)test->code_begin; in run_test()
131 uint8_t *code_end; member143 size = (size_t)test->code_end - (size_t)test->code_begin; in run_test()
526 targetm.asm_out.code_end (); in compile_file()
729 (code_end,
524 targetm.asm_out.code_end (); in compile_file()
36602 * target.h (struct gcc_target): Add code_end hook.36606 * toplev.c (compile_file): Call targetm.asm_out.code_end
27263 targetm.asm_out.code_end.