Home
last modified time | relevance | path

Searched refs:patch_functions (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.c105 symlist_t patch_functions; variable
399 for (cur_node = SLIST_FIRST(&patch_functions); in output_code()
547 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()
568 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing()
727 symlist_free(&patch_functions); in stop()
H A Daicasm.h74 extern struct symlist patch_functions;
H A Daicasm_gram.y1895 symlist_add(&patch_functions, false_func, SYMLIST_INSERT_HEAD); in add_conditional()
1911 symlist_add(&patch_functions, symbol, SYMLIST_INSERT_HEAD); in add_conditional()