Searched refs:list_item (Results 1 – 1 of 1) sorted by relevance
3096 if (list_item) in add_jump()3098 list_item->next = *list; in add_jump()3099 list_item->jump = jump; in add_jump()3100 *list = list_item; in add_jump()3109 if (list_item) in add_stub()3111 list_item->start = start; in add_stub()3112 list_item->quit = LABEL(); in add_stub()3114 common->stubs = list_item; in add_stub()3123 while (list_item) in flush_stubs()3125 JUMPHERE(list_item->start); in flush_stubs()[all …]
Completed in 36 milliseconds