Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_sw.c247 int strtabsize = fdt_size_dt_strings(fdt); in fdt_add_string_() local
251 offset = -strtabsize - len; in fdt_add_string_()
257 fdt_set_size_dt_strings(fdt, strtabsize + len); in fdt_add_string_()
264 int strtabsize = fdt_size_dt_strings(fdt); in fdt_del_last_string_() local
267 fdt_set_size_dt_strings(fdt, strtabsize - len); in fdt_del_last_string_()
273 int strtabsize = fdt_size_dt_strings(fdt); in fdt_find_add_string_() local
278 p = fdt_find_string_(strtab - strtabsize, strtabsize, s); in fdt_find_add_string_()
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ar.c332 long arraysize, fileoffset, stroffset, strtabsize; in _libelf_ar_process_bsd_symtab() local
364 GET_LONG(s, strtabsize); in _libelf_ar_process_bsd_symtab()
367 if (strtabsize < 0 || s0 + strtabsize > end) in _libelf_ar_process_bsd_symtab()
/netbsd-src/lib/librumpuser/
H A Drumpuser_dl.c67 static size_t symtabsize = 0, strtabsize = 0; variable
298 strtab = reservespace(strtab, &strtabsize, strtaboff, curstrsize); in getsymbols()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A 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()
H A Delf-bfd.h669 bfd_size_type strtabsize; member
H A DChangeLog-20152128 (elf_link_hash_table): Add strtabcount, strtabsize and
2156 symbuf_size nor shndxbuf_size. Initialize strtabsize and
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c9982 bfd_size_type strtabsize; in elf_link_output_symstrtab() local
10078 strtabsize = hash_table->strtabsize; in elf_link_output_symstrtab()
10079 if (strtabsize <= flinfo->output_bfd->symcount) in elf_link_output_symstrtab()
10081 strtabsize += strtabsize; in elf_link_output_symstrtab()
10082 hash_table->strtabsize = strtabsize; in elf_link_output_symstrtab()
10083 strtabsize *= sizeof (*hash_table->strtab); in elf_link_output_symstrtab()
10086 strtabsize); in elf_link_output_symstrtab()
12576 htab->strtabsize = max_sym_count; in bfd_elf_final_link()
H A Delf-bfd.h634 bfd_size_type strtabsize; member
H A DChangeLog-20152128 (elf_link_hash_table): Add strtabcount, strtabsize and
2156 symbuf_size nor shndxbuf_size. Initialize strtabsize and
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20152128 (elf_link_hash_table): Add strtabcount, strtabsize and
2156 symbuf_size nor shndxbuf_size. Initialize strtabsize and