Home | History | Annotate | Download | only in elfcopy

Lines Matching refs:num_symbols

113                 bool *sym_filter, int num_symbols,
357 num_symbols != shdr_info[cnt].data->d_size / elsize,
360 num_symbols,
386 unsigned long num_symbols = shdr_info[cnt].data->d_size / elsize;
387 INFO("\t\tsymbol table has %ld symbols.\n", num_symbols);
392 for (destidx = inner = 1; inner < num_symbols; ++inner)