| /src/sys/external/bsd/libfdt/dist/ |
| fdt_sw.c | 247 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);
|
| /src/external/bsd/elftoolchain/dist/libelf/ |
| libelf_ar.c | 340 long arraysize, fileoffset, stroffset, strtabsize; local 372 GET_LONG(s, strtabsize); 375 if (strtabsize < 0 || s0 + strtabsize > end)
|
| /src/lib/librumpuser/ |
| rumpuser_dl.c | 67 static size_t symtabsize = 0, strtabsize = 0; variable 298 strtab = reservespace(strtab, &strtabsize, strtaboff, curstrsize);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elflink.c | 10359 bfd_size_type strtabsize; 10453 strtabsize = hash_table->strtabsize; 10454 if (strtabsize <= flinfo->output_bfd->symcount) 10456 strtabsize += strtabsize; 10457 hash_table->strtabsize = strtabsize; 10458 strtabsize *= sizeof (*hash_table->strtab); 10461 strtabsize); 10347 bfd_size_type strtabsize; local [all...] |
| elf-bfd.h | 696 bfd_size_type strtabsize; 695 bfd_size_type strtabsize; member in struct:elf_link_hash_table
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elflink.c | 10344 bfd_size_type strtabsize; 10438 strtabsize = hash_table->strtabsize; 10439 if (strtabsize <= flinfo->output_bfd->symcount) 10441 strtabsize += strtabsize; 10442 hash_table->strtabsize = strtabsize; 10443 strtabsize *= sizeof (*hash_table->strtab); 10446 strtabsize); 10332 bfd_size_type strtabsize; local [all...] |
| elf-bfd.h | 684 bfd_size_type strtabsize; 683 bfd_size_type strtabsize; member in struct:elf_link_hash_table
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elflink.c | 10276 bfd_size_type strtabsize; 10370 strtabsize = hash_table->strtabsize; 10371 if (strtabsize <= flinfo->output_bfd->symcount) 10373 strtabsize += strtabsize; 10374 hash_table->strtabsize = strtabsize; 10375 strtabsize *= sizeof (*hash_table->strtab); 10378 strtabsize); 10264 bfd_size_type strtabsize; local [all...] |
| elf-bfd.h | 675 bfd_size_type strtabsize; 674 bfd_size_type strtabsize; member in struct:elf_link_hash_table
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elflink.c | 10251 bfd_size_type strtabsize; 10345 strtabsize = hash_table->strtabsize; 10346 if (strtabsize <= flinfo->output_bfd->symcount) 10348 strtabsize += strtabsize; 10349 hash_table->strtabsize = strtabsize; 10350 strtabsize *= sizeof (*hash_table->strtab); 10353 strtabsize); 10239 bfd_size_type strtabsize; local [all...] |
| elf-bfd.h | 672 bfd_size_type strtabsize; 671 bfd_size_type strtabsize; member in struct:elf_link_hash_table
|