Home | History | Annotate | Download | only in gold

Lines Matching defs:nsyms

65       unsigned int nsyms = input_file.get_global_symbol_count();
67 && offset < input_file.get_symbol_offset(nsyms))
266 unsigned int nsyms = symtab_location.data_size / sym_size;
268 unsigned int first_global = nsyms - nglobals;
291 unsigned int nsyms = input_file.get_global_symbol_count();
292 if (nsyms > 0)
297 for (unsigned int symndx = 0; symndx < nsyms; ++symndx)
317 for (unsigned int symndx = 0; symndx < nsyms; ++symndx)
447 unsigned int nsyms = input_file.get_unused_symbol_count();
448 for (unsigned int symndx = 0; symndx < nsyms; ++symndx)