Home
last modified time | relevance | path

Searched refs:strtabsize (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/lib/librumpuser/
Drumpuser_dl.c67 static size_t symtabsize = 0, strtabsize = 0; variable
298 strtab = reservespace(strtab, &strtabsize, strtaboff, curstrsize); in getsymbols()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delflink.c10239 bfd_size_type strtabsize; in elf_link_output_symstrtab() local
10333 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()
Delf-bfd.h671 bfd_size_type strtabsize; member
DChangeLog-20152128 (elf_link_hash_table): Add strtabcount, strtabsize and
2156 symbuf_size nor shndxbuf_size. Initialize strtabsize and
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delflink.c10065 bfd_size_type strtabsize; in elf_link_output_symstrtab() local
10159 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()
Delf-bfd.h669 bfd_size_type strtabsize; member
DChangeLog-20152128 (elf_link_hash_table): Add strtabcount, strtabsize and
2156 symbuf_size nor shndxbuf_size. Initialize strtabsize and