Lines Matching full:head
25 DexSymList *head, int num_symbols);
176 printf("head: 0x%x, bb_num: %lld start: %d diff %d repeat %d next %u\n",
187 // The head is earlier.
196 // Remove the head element from the list
213 // The nextrec is earlier (or there was no head)
244 // Remove the head element from the list
818 DexSymList *head, int num_symbols)
833 for (DexSymList *sym = head; sym; sym = next_sym) {
931 DexSymList *head = NULL;
944 CopyDexSymbolsToArray(dexfile, head, num_symbols);
957 head = NULL;
988 if (head == NULL)
989 head = symbol;
998 CopyDexSymbolsToArray(dexfile, head, num_symbols);