Searched refs:strtabsize (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delflink.c8980 bfd_size_type strtabsize;
9009 strtabsize = hash_table->strtabsize;
9010 if (strtabsize <= hash_table->strtabcount)
9012 strtabsize += strtabsize;
9013 hash_table->strtabsize = strtabsize;
9014 strtabsize *= sizeof (*hash_table->strtab);
9017 strtabsize);
8968 bfd_size_type strtabsize; local
[all...]
H A Delf-bfd.h542 bfd_size_type strtabsize;
541 bfd_size_type strtabsize; member in struct:elf_link_hash_table

Completed in 172 milliseconds