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

/netbsd-current/sys/external/bsd/libfdt/dist/
H A Dfdt_sw.c247 int strtabsize = fdt_size_dt_strings(fdt); local
251 offset = -strtabsize - len;
257 fdt_set_size_dt_strings(fdt, strtabsize + len);
264 int strtabsize = fdt_size_dt_strings(fdt); local
267 fdt_set_size_dt_strings(fdt, strtabsize - len);
273 int strtabsize = fdt_size_dt_strings(fdt); local
278 p = fdt_find_string_(strtab - strtabsize, strtabsize, s);
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ar.c332 long arraysize, fileoffset, stroffset, strtabsize; local
364 GET_LONG(s, strtabsize);
367 if (strtabsize < 0 || s0 + strtabsize > end)
/netbsd-current/lib/librumpuser/
H A Drumpuser_dl.c67 static size_t symtabsize = 0, strtabsize = 0; variable
298 strtab = reservespace(strtab, &strtabsize, strtaboff, curstrsize);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c9500 bfd_size_type strtabsize;
9534 strtabsize = hash_table->strtabsize;
9535 if (strtabsize <= hash_table->strtabcount)
9537 strtabsize += strtabsize;
9538 hash_table->strtabsize = strtabsize;
9539 strtabsize *= sizeof (*hash_table->strtab);
9542 strtabsize);
9488 bfd_size_type strtabsize; local
[all...]
H A Delf-bfd.h593 bfd_size_type strtabsize;
592 bfd_size_type strtabsize; member in struct:elf_link_hash_table
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delflink.c9695 bfd_size_type strtabsize;
9792 strtabsize = hash_table->strtabsize;
9793 if (strtabsize <= hash_table->strtabcount)
9795 strtabsize += strtabsize;
9796 hash_table->strtabsize = strtabsize;
9797 strtabsize *= sizeof (*hash_table->strtab);
9800 strtabsize);
9683 bfd_size_type strtabsize; local
[all...]
H A Delf-bfd.h625 bfd_size_type strtabsize;
624 bfd_size_type strtabsize; member in struct:elf_link_hash_table
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delflink.c9992 bfd_size_type strtabsize;
10086 strtabsize = hash_table->strtabsize;
10087 if (strtabsize <= flinfo->output_bfd->symcount)
10089 strtabsize += strtabsize;
10090 hash_table->strtabsize = strtabsize;
10091 strtabsize *= sizeof (*hash_table->strtab);
10094 strtabsize);
9980 bfd_size_type strtabsize; local
[all...]
H A Delf-bfd.h669 bfd_size_type strtabsize;
668 bfd_size_type strtabsize; member in struct:elf_link_hash_table
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delflink.c9994 bfd_size_type strtabsize;
10090 strtabsize = hash_table->strtabsize;
10091 if (strtabsize <= flinfo->output_bfd->symcount)
10093 strtabsize += strtabsize;
10094 hash_table->strtabsize = strtabsize;
10095 strtabsize *= sizeof (*hash_table->strtab);
10098 strtabsize);
9982 bfd_size_type strtabsize; local
[all...]
H A Delf-bfd.h635 bfd_size_type strtabsize;
634 bfd_size_type strtabsize; member in struct:elf_link_hash_table

Completed in 490 milliseconds