Searched refs:list_end (Results 1 – 4 of 4) sorted by relevance
249 struct slist *list_end, in LoadStackParamSize() argument253 while (cur_list < list_end && cur_list->n_type == N_PSYM) { in LoadStackParamSize()263 struct slist *list_end, in LoadLineInfo() argument268 while (cur_list < list_end && cur_list->n_type != N_SLINE) { in LoadLineInfo()277 while (cur_list < list_end && cur_list->n_type == N_SLINE) { in LoadLineInfo()284 if (cur_list == list_end && cur_list->n_type == N_ENDM) in LoadLineInfo()286 } while (list < list_end); in LoadLineInfo()292 struct slist *list_end, in LoadFuncSymbols() argument301 while (cur_list < list_end) { in LoadFuncSymbols()303 while (cur_list < list_end && cur_list->n_type != N_FUN) { in LoadFuncSymbols()[all …]
72 static const heap_node* list_end = variable88 freelist->next_node = offset_from_node(list_end); in init_heap()110 for (p = freelist, prev = 0; p && p != list_end; in fallback_malloc()148 for (p = freelist, prev = 0; p && p != list_end; in fallback_free()190 for (p = freelist, prev = 0; p && p != list_end; in print_free_list()
70 static const heap_node* list_end = variable86 freelist->next_node = offset_from_node(list_end); in init_heap()108 for (p = freelist, prev = 0; p && p != list_end; in fallback_malloc()147 for (p = freelist, prev = 0; p && p != list_end; in fallback_free()192 for (p = freelist, prev = 0; p && p != list_end; in print_free_list()
1260 bool list_end = false; in ReadRangeList() local1275 list_end = true; in ReadRangeList()1281 } while (!list_end); in ReadRangeList()