Searched refs:total_syms (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | unstrip.c | 1821 const size_t total_syms = stripped_nsym - 1 + unstripped_nsym - 1; in copy_elided_sections() local 1822 struct symbol *symbols = xmalloc (total_syms * sizeof (struct symbol)); in copy_elided_sections() 1823 size_t *symndx_map = xmalloc (total_syms * sizeof (size_t)); in copy_elided_sections() 1840 qsort (symbols, total_syms, sizeof symbols[0], compare_symbols); in copy_elided_sections() 1845 for (struct symbol *s = symbols; s < &symbols[total_syms]; ++s) in copy_elided_sections() 1858 while (n + 1 < &symbols[total_syms] && !compare_symbols (s, n + 1)) in copy_elided_sections() 1874 qsort (symbols, total_syms, sizeof symbols[0], compare_symbols_output); in copy_elided_sections() 1876 if (nsym < total_syms) in copy_elided_sections() 1893 for (size_t i = nsym; i < total_syms; ++i) in copy_elided_sections() 2004 symndx_map, total_syms, shdr); in copy_elided_sections() [all …]
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.c | 750 …_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r->m_type]; MZ_CLEAR… in tinfl_decompress() local 751 for (i = 0; i < r->m_table_sizes[r->m_type]; ++i) total_syms[pTable->m_code_size[i]]++; in tinfl_decompress() 753 …for (i = 1; i <= 15; ++i) { used_syms += total_syms[i]; next_code[i + 1] = (total = ((total + tota… in tinfl_decompress()
|