Searched refs:strtabsize (Results 1 – 7 of 7) sorted by relevance
67 static size_t symtabsize = 0, strtabsize = 0; variable298 strtab = reservespace(strtab, &strtabsize, strtaboff, curstrsize); in getsymbols()
10239 bfd_size_type strtabsize; in elf_link_output_symstrtab() local10333 strtabsize = hash_table->strtabsize; in elf_link_output_symstrtab()10334 if (strtabsize <= flinfo->output_bfd->symcount) in elf_link_output_symstrtab()10336 strtabsize += strtabsize; in elf_link_output_symstrtab()10337 hash_table->strtabsize = strtabsize; in elf_link_output_symstrtab()10338 strtabsize *= sizeof (*hash_table->strtab); in elf_link_output_symstrtab()10341 strtabsize); in elf_link_output_symstrtab()12892 htab->strtabsize = max_sym_count; in bfd_elf_final_link()
671 bfd_size_type strtabsize; member
2128 (elf_link_hash_table): Add strtabcount, strtabsize and2156 symbuf_size nor shndxbuf_size. Initialize strtabsize and
10065 bfd_size_type strtabsize; in elf_link_output_symstrtab() local10159 strtabsize = hash_table->strtabsize; in elf_link_output_symstrtab()10160 if (strtabsize <= flinfo->output_bfd->symcount) in elf_link_output_symstrtab()10162 strtabsize += strtabsize; in elf_link_output_symstrtab()10163 hash_table->strtabsize = strtabsize; in elf_link_output_symstrtab()10164 strtabsize *= sizeof (*hash_table->strtab); in elf_link_output_symstrtab()10167 strtabsize); in elf_link_output_symstrtab()12673 htab->strtabsize = max_sym_count; in bfd_elf_final_link()
669 bfd_size_type strtabsize; member