Lines Matching refs:symbol_count
393 uint32_t symbol_count = 0;
394 symbol_count = *reinterpret_cast<const support::ubig32_t*>(buf);
395 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t)));
400 uint32_t symbol_count = 0;
403 symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
404 buf += 4 + (symbol_count * 2); // Skip indices.
415 uint32_t symbol_count = 0;
417 symbol_count = *reinterpret_cast<const support::ubig32_t*>(buf);
424 symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
427 Symbol(this, symbol_count, 0));