Searched refs:next_symbol (Results 1 – 3 of 3) sorted by relevance
144 const Symbol *next_symbol = nullptr; in ParseFunctions() local178 next_symbol = symtab->SymbolAtIndex(m_code_indexes[idx + 1]); in ParseFunctions()179 if (next_symbol) { in ParseFunctions()181 next_symbol->GetAddressRef().GetOffset() - in ParseFunctions()
521 uint16_t* code_length_histo, int* next_symbol) { in ProcessSingleCodeLength() argument524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol); in ProcessSingleCodeLength()525 next_symbol[code_len] = (int)(*symbol); in ProcessSingleCodeLength()549 uint16_t* code_length_histo, int* next_symbol) { in ProcessRepeatedCodeLength() argument578 int next = next_symbol[*repeat_code_len]; in ProcessRepeatedCodeLength()583 next_symbol[*repeat_code_len] = next; in ProcessRepeatedCodeLength()604 int* next_symbol = h->next_symbol; in ReadSymbolCodeLengths() local627 &prev_code_len, symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()636 symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()671 h->next_symbol); in SafeReadSymbolCodeLengths()[all …]
215 int next_symbol[32]; member