Searched refs:strtabsize (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/bsd/libfdt/dist/ |
| H A D | fdt_sw.c | 247 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 D | libelf_ar.c | 332 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 D | rumpuser_dl.c | 67 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 D | elflink.c | 10065 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 D | elf-bfd.h | 669 bfd_size_type strtabsize; member
|
| H A D | ChangeLog-2015 | 2128 (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 D | elflink.c | 9982 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 D | elf-bfd.h | 634 bfd_size_type strtabsize; member
|
| H A D | ChangeLog-2015 | 2128 (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 D | ChangeLog-2015 | 2128 (elf_link_hash_table): Add strtabcount, strtabsize and 2156 symbuf_size nor shndxbuf_size. Initialize strtabsize and
|