Searched refs:symbol_count (Results 1 – 3 of 3) sorted by relevance
102 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals, in allocate_itemsets() local103 sizeof *symbol_count); in allocate_itemsets()109 symbol_count[*rhsp]++; in allocate_itemsets()125 count += symbol_count[i]; in allocate_itemsets()128 free (symbol_count); in allocate_itemsets()
540 uint32_t symbol_count = 0; in symbol_begin() local541 symbol_count = read32be(buf); in symbol_begin()542 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t))); in symbol_begin()544 uint64_t symbol_count = read64be(buf); in symbol_begin() local545 buf += sizeof(uint64_t) + (symbol_count * (sizeof(uint64_t))); in symbol_begin()564 uint32_t symbol_count = 0; in symbol_begin() local567 symbol_count = read32le(buf); in symbol_begin()568 buf += 4 + (symbol_count * 2); // Skip indices. in symbol_begin()
20279 `symbol_count' was used for two different purpose: once to count20283 Deobfuscate, i.e., allocate, use and free `symbol_count' here20286 (allocate_itemsets): symbol_count includes useless nonterminals.