Searched refs:stringsize (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Darchive64.c46 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
90 stringsize = parsed_size - 8 * nsymz - 8;
95 amt = carsym_size + stringsize + 1;
107 || bfd_bread (stringbase, stringsize, abfd) != stringsize)
152 unsigned int stringsize = stridx; local
153 unsigned int mapsize = stringsize + ranlibsize;
H A Darchive.c924 bfd_size_type stringsize;
949 stringsize = parsed_size - (4 * nsymz) - 4;
956 if (stringsize > 0xfffff
962 stringsize = parsed_size - (4 * nsymz) - 4;
975 if (carsym_size + stringsize + 1 <= carsym_size)
979 carsym_size + stringsize + 1);
990 || (bfd_bread (stringbase, stringsize, abfd) != stringsize))
1117 unsigned int stringsize;
1172 stringsize
920 bfd_size_type stringsize; local
1112 unsigned int stringsize; local
2305 unsigned int stringsize = stridx + padit; local
2481 unsigned int stringsize = stridx; local
[all...]
H A Dpdp11.c1225 bfd_size_type stringsize;
1233 stringsize = H_GET_32 (abfd, string_chars);
1236 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
1241 strings = bfd_malloc (stringsize + 1);
1247 if (bfd_bread (strings + 4, stringsize - 4, abfd) != stringsize - 4)
1256 strings[stringsize - 1] = 0;
1259 obj_aout_external_string_size (abfd) = stringsize;
1224 bfd_size_type stringsize; local
H A Dsom.c6203 unsigned int *stringsize)
6209 *stringsize = 0;
6261 *stringsize += strlen (sym->symbol.name) + 5;
6262 while (*stringsize % 4)
6263 (*stringsize)++;
6558 unsigned int i, lst_size, nsyms, stringsize;
6621 if (! som_bfd_prep_for_ar_write (abfd, &nsyms, &stringsize))
6629 bfd_putb32 (stringsize, &lst.string_size);
6630 lst_size += stringsize;
6675 if (!som_bfd_ar_write_symbol_stuff (abfd, nsyms, stringsize, ls
6200 som_bfd_prep_for_ar_write(bfd *abfd, unsigned int *num_syms, unsigned int *stringsize) argument
6557 unsigned int i, lst_size, nsyms, stringsize; local
[all...]
H A Daoutx.h1339 bfd_size_type stringsize;
1347 stringsize = GET_WORD (abfd, string_chars);
1350 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
1355 strings = (char *) bfd_malloc (stringsize + 1);
1361 amt = stringsize - BYTES_IN_WORD;
1372 strings[stringsize - 1] = 0;
1375 obj_aout_external_string_size (abfd) = stringsize;
1338 bfd_size_type stringsize; local
H A Decoff.c3027 unsigned int stringsize;
3046 stringsize = stridx + padit;
3048 /* Include 8 bytes to store symdefsize and stringsize in output. */
3049 mapsize = symdefsize + stringsize + 8;
3155 H_PUT_32 (abfd, stringsize, temp);
3019 unsigned int stringsize; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Darchive64.c46 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
90 stringsize = parsed_size - 8 * nsymz - 8;
95 amt = carsym_size + stringsize + 1;
107 || bfd_bread (stringbase, stringsize, abfd) != stringsize)
152 unsigned int stringsize = stridx; local
153 unsigned int mapsize = stringsize + ranlibsize;
H A Darchive.c923 bfd_size_type stringsize;
948 stringsize = parsed_size - (4 * nsymz) - 4;
955 if (stringsize > 0xfffff
961 stringsize = parsed_size - (4 * nsymz) - 4;
974 if (carsym_size + stringsize + 1 <= carsym_size)
978 carsym_size + stringsize + 1);
989 || (bfd_bread (stringbase, stringsize, abfd) != stringsize))
1116 unsigned int stringsize;
1171 stringsize
919 bfd_size_type stringsize; local
1111 unsigned int stringsize; local
2295 unsigned int stringsize = stridx + padit; local
2471 unsigned int stringsize = stridx; local
[all...]
H A Dpdp11.c1225 bfd_size_type stringsize;
1233 stringsize = H_GET_32 (abfd, string_chars);
1236 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
1241 strings = bfd_malloc (stringsize + 1);
1247 if (bfd_bread (strings + 4, stringsize - 4, abfd) != stringsize - 4)
1256 strings[stringsize - 1] = 0;
1259 obj_aout_external_string_size (abfd) = stringsize;
1224 bfd_size_type stringsize; local
H A Dsom.c6203 unsigned int *stringsize)
6209 *stringsize = 0;
6261 *stringsize += strlen (sym->symbol.name) + 5;
6262 while (*stringsize % 4)
6263 (*stringsize)++;
6558 unsigned int i, lst_size, nsyms, stringsize;
6621 if (! som_bfd_prep_for_ar_write (abfd, &nsyms, &stringsize))
6629 bfd_putb32 (stringsize, &lst.string_size);
6630 lst_size += stringsize;
6675 if (!som_bfd_ar_write_symbol_stuff (abfd, nsyms, stringsize, ls
6200 som_bfd_prep_for_ar_write(bfd *abfd, unsigned int *num_syms, unsigned int *stringsize) argument
6557 unsigned int i, lst_size, nsyms, stringsize; local
[all...]
H A Daoutx.h1339 bfd_size_type stringsize;
1347 stringsize = GET_WORD (abfd, string_chars);
1350 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
1355 strings = (char *) bfd_malloc (stringsize + 1);
1361 amt = stringsize - BYTES_IN_WORD;
1372 strings[stringsize - 1] = 0;
1375 obj_aout_external_string_size (abfd) = stringsize;
1338 bfd_size_type stringsize; local
H A Decoff.c3027 unsigned int stringsize;
3046 stringsize = stridx + padit;
3048 /* Include 8 bytes to store symdefsize and stringsize in output. */
3049 mapsize = symdefsize + stringsize + 8;
3155 H_PUT_32 (abfd, stringsize, temp);
3019 unsigned int stringsize; local
/netbsd-6-1-5-RELEASE/usr.bin/elf2ecoff/
H A Delf2ecoff.c66 off_t stringsize; member in struct:elf_syms
73 off_t stringsize; member in struct:ecoff_syms
654 elfsymsp->stringsize = strsize;
683 ecoff_strsize = ECOFF_ROUND(ecoffsymtab.stringsize,
694 stringtaboff, ecoffsymtab.stringsize);
697 padding = ecoff_strsize - ecoffsymtab.stringsize;
698 safewrite(out, ecoffsymtab.stringtab, ecoffsymtab.stringsize,
746 ecoffp->stringsize = elfp->stringsize;
747 ecoffp->stringtab = malloc(elfp->stringsize);
[all...]
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dsymtab.c437 int32_t stringsize; member in struct:symtableheader
519 hdr.stringsize = stroff;
609 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c2867 bfd_size_type symsize, stringsize;
2873 &stringsize))
2882 || ! bfd_set_section_size (obfd, stabstrsec, stringsize)
2897 stringsize))
2865 bfd_size_type symsize, stringsize; local

Completed in 187 milliseconds