Home
last modified time | relevance | path

Searched refs:list_end (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc249 struct slist *list_end, in LoadStackParamSize() argument
253 while (cur_list < list_end && cur_list->n_type == N_PSYM) { in LoadStackParamSize()
263 struct slist *list_end, in LoadLineInfo() argument
268 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() argument
301 while (cur_list < list_end) { in LoadFuncSymbols()
303 while (cur_list < list_end && cur_list->n_type != N_FUN) { in LoadFuncSymbols()
[all …]
/external/llvm-project/libcxxabi/src/
Dfallback_malloc.cpp72 static const heap_node* list_end = variable
88 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()
/external/libcxxabi/src/
Dfallback_malloc.cpp70 static const heap_node* list_end = variable
86 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()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1260 bool list_end = false; in ReadRangeList() local
1275 list_end = true; in ReadRangeList()
1281 } while (!list_end); in ReadRangeList()