Home | History | Annotate | Download | only in bfd

Lines Matching defs:strtabsize

10362   bfd_size_type strtabsize;
10456 strtabsize = hash_table->strtabsize;
10457 if (strtabsize <= flinfo->output_bfd->symcount)
10459 strtabsize += strtabsize;
10460 hash_table->strtabsize = strtabsize;
10461 strtabsize *= sizeof (*hash_table->strtab);
10464 strtabsize);
13013 htab->strtabsize = max_sym_count;