HomeSort by: relevance | last modified time | path
    Searched defs:stringsize (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
archive64.c 42 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
95 stringsize = parsed_size - 8 * nsymz - 8;
100 amt = carsym_size + stringsize + 1;
101 if (/* Catch overflow in stringsize (and ptrsize) expression. */
103 || stringsize > parsed_size
108 || amt <= stringsize)
121 || bfd_read (stringbase, stringsize, abfd) != stringsize)
128 stringend = stringbase + stringsize;
167 unsigned int stringsize = stridx local
    [all...]
aoutx.h 1319 bfd_size_type stringsize;
1327 stringsize = GET_WORD (abfd, string_chars);
1328 if (stringsize == 0)
1329 stringsize = 1;
1330 else if (stringsize + 1 < BYTES_IN_WORD + 1
1331 || (size_t) stringsize != stringsize)
1337 strings = (char *) bfd_malloc (stringsize + 1);
1341 if (stringsize >= BYTES_IN_WORD)
1343 amt = stringsize - BYTES_IN_WORD
1318 bfd_size_type stringsize; local
    [all...]
archive.c 1078 bfd_size_type stringsize;
1120 stringsize = parsed_size - ptrsize - 4;
1122 if (carsym_size + stringsize + 1 <= carsym_size)
1134 carsym_size + stringsize + 1);
1140 if (bfd_read (stringbase, stringsize, abfd) != stringsize)
1144 stringend = stringbase + stringsize;
2501 unsigned int stringsize = stridx + padit;
2502 /* Include 8 bytes to store ranlibsize and stringsize in output. */
2503 unsigned int mapsize = ranlibsize + stringsize + 8
1074 bfd_size_type stringsize; local
2492 unsigned int stringsize = stridx + padit; local
2738 unsigned int stringsize = stridx; local
    [all...]
ecoff.c 2930 bfd_size_type parsed_size, stringsize;
3012 stringsize = parsed_size - (count * 8 + 8);
3073 if (name_offset > stringsize)
3108 unsigned int stringsize;
3127 stringsize = stridx + padit;
3129 /* Include 8 bytes to store symdefsize and stringsize in output. */
3130 mapsize = symdefsize + stringsize + 8;
3235 H_PUT_32 (abfd, stringsize, temp);
2922 bfd_size_type parsed_size, stringsize; local
3100 unsigned int stringsize; local
pdp11.c 1297 bfd_size_type stringsize;
1305 stringsize = H_GET_32 (abfd, string_chars);
1306 if (stringsize == 0)
1307 stringsize = 1;
1308 else if (stringsize + 1 < BYTES_IN_LONG + 1
1309 || (size_t) stringsize != stringsize)
1315 strings = (char *) bfd_malloc (stringsize + 1);
1319 if (stringsize >= BYTES_IN_LONG)
1321 amt = stringsize - BYTES_IN_LONG
1296 bfd_size_type stringsize; local
    [all...]
som.c 6227 unsigned int *stringsize)
6233 *stringsize = 0;
6285 *stringsize += strlen (sym->symbol.name) + 5;
6286 while (*stringsize % 4)
6287 (*stringsize)++;
6591 unsigned int i, lst_size, nsyms, stringsize;
6654 if (! som_bfd_prep_for_ar_write (abfd, &nsyms, &stringsize))
6662 bfd_putb32 (stringsize, &lst.string_size);
6663 lst_size += stringsize;
6708 if (!som_bfd_ar_write_symbol_stuff (abfd, nsyms, stringsize, lst, elength)
6590 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
archive64.c 42 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
95 stringsize = parsed_size - 8 * nsymz - 8;
100 amt = carsym_size + stringsize + 1;
101 if (/* Catch overflow in stringsize (and ptrsize) expression. */
103 || stringsize > parsed_size
108 || amt <= stringsize)
121 || bfd_read (stringbase, stringsize, abfd) != stringsize)
128 stringend = stringbase + stringsize;
167 unsigned int stringsize = stridx local
    [all...]
aoutx.h 1319 bfd_size_type stringsize;
1327 stringsize = GET_WORD (abfd, string_chars);
1328 if (stringsize == 0)
1329 stringsize = 1;
1330 else if (stringsize + 1 < BYTES_IN_WORD + 1
1331 || (size_t) stringsize != stringsize)
1337 strings = (char *) bfd_malloc (stringsize + 1);
1341 if (stringsize >= BYTES_IN_WORD)
1343 amt = stringsize - BYTES_IN_WORD
1318 bfd_size_type stringsize; local
    [all...]
archive.c 1081 bfd_size_type stringsize;
1123 stringsize = parsed_size - ptrsize - 4;
1125 if (carsym_size + stringsize + 1 <= carsym_size)
1137 carsym_size + stringsize + 1);
1143 if (bfd_read (stringbase, stringsize, abfd) != stringsize)
1147 stringend = stringbase + stringsize;
2489 unsigned int stringsize = stridx + padit;
2490 /* Include 8 bytes to store ranlibsize and stringsize in output. */
2491 unsigned int mapsize = ranlibsize + stringsize + 8
1077 bfd_size_type stringsize; local
2480 unsigned int stringsize = stridx + padit; local
2726 unsigned int stringsize = stridx; local
    [all...]
ecoff.c 2920 bfd_size_type parsed_size, stringsize;
3002 stringsize = parsed_size - (count * 8 + 8);
3063 if (name_offset > stringsize)
3098 unsigned int stringsize;
3117 stringsize = stridx + padit;
3119 /* Include 8 bytes to store symdefsize and stringsize in output. */
3120 mapsize = symdefsize + stringsize + 8;
3225 H_PUT_32 (abfd, stringsize, temp);
2912 bfd_size_type parsed_size, stringsize; local
3090 unsigned int stringsize; local
pdp11.c 1297 bfd_size_type stringsize;
1305 stringsize = H_GET_32 (abfd, string_chars);
1306 if (stringsize == 0)
1307 stringsize = 1;
1308 else if (stringsize + 1 < BYTES_IN_LONG + 1
1309 || (size_t) stringsize != stringsize)
1315 strings = (char *) bfd_malloc (stringsize + 1);
1319 if (stringsize >= BYTES_IN_LONG)
1321 amt = stringsize - BYTES_IN_LONG
1296 bfd_size_type stringsize; local
    [all...]
som.c 6221 unsigned int *stringsize)
6227 *stringsize = 0;
6279 *stringsize += strlen (sym->symbol.name) + 5;
6280 while (*stringsize % 4)
6281 (*stringsize)++;
6585 unsigned int i, lst_size, nsyms, stringsize;
6648 if (! som_bfd_prep_for_ar_write (abfd, &nsyms, &stringsize))
6656 bfd_putb32 (stringsize, &lst.string_size);
6657 lst_size += stringsize;
6702 if (!som_bfd_ar_write_symbol_stuff (abfd, nsyms, stringsize, lst, elength)
6584 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
archive64.c 42 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
95 stringsize = parsed_size - 8 * nsymz - 8;
100 amt = carsym_size + stringsize + 1;
101 if (/* Catch overflow in stringsize (and ptrsize) expression. */
103 || stringsize > parsed_size
108 || amt <= stringsize)
121 || bfd_read (stringbase, stringsize, abfd) != stringsize)
128 stringend = stringbase + stringsize;
167 unsigned int stringsize = stridx local
    [all...]
aoutx.h 1319 bfd_size_type stringsize;
1327 stringsize = GET_WORD (abfd, string_chars);
1328 if (stringsize == 0)
1329 stringsize = 1;
1330 else if (stringsize + 1 < BYTES_IN_WORD + 1
1331 || (size_t) stringsize != stringsize)
1337 strings = (char *) bfd_malloc (stringsize + 1);
1341 if (stringsize >= BYTES_IN_WORD)
1343 amt = stringsize - BYTES_IN_WORD
1318 bfd_size_type stringsize; local
    [all...]
archive.c 1083 bfd_size_type stringsize;
1125 stringsize = parsed_size - ptrsize - 4;
1127 if (carsym_size + stringsize + 1 <= carsym_size)
1139 carsym_size + stringsize + 1);
1145 if (bfd_read (stringbase, stringsize, abfd) != stringsize)
1149 stringend = stringbase + stringsize;
2484 unsigned int stringsize = stridx + padit;
2485 /* Include 8 bytes to store ranlibsize and stringsize in output. */
2486 unsigned int mapsize = ranlibsize + stringsize + 8
1079 bfd_size_type stringsize; local
2475 unsigned int stringsize = stridx + padit; local
2713 unsigned int stringsize = stridx; local
    [all...]
ecoff.c 2932 bfd_size_type parsed_size, stringsize;
3014 stringsize = parsed_size - (count * 8 + 8);
3075 if (name_offset > stringsize)
3110 unsigned int stringsize;
3129 stringsize = stridx + padit;
3131 /* Include 8 bytes to store symdefsize and stringsize in output. */
3132 mapsize = symdefsize + stringsize + 8;
3237 H_PUT_32 (abfd, stringsize, temp);
2924 bfd_size_type parsed_size, stringsize; local
3102 unsigned int stringsize; local
pdp11.c 1297 bfd_size_type stringsize;
1305 stringsize = H_GET_32 (abfd, string_chars);
1306 if (stringsize == 0)
1307 stringsize = 1;
1308 else if (stringsize + 1 < BYTES_IN_LONG + 1
1309 || (size_t) stringsize != stringsize)
1315 strings = (char *) bfd_malloc (stringsize + 1);
1319 if (stringsize >= BYTES_IN_LONG)
1321 amt = stringsize - BYTES_IN_LONG
1296 bfd_size_type stringsize; local
    [all...]
som.c 6220 unsigned int *stringsize)
6226 *stringsize = 0;
6278 *stringsize += strlen (sym->symbol.name) + 5;
6279 while (*stringsize % 4)
6280 (*stringsize)++;
6584 unsigned int i, lst_size, nsyms, stringsize;
6647 if (! som_bfd_prep_for_ar_write (abfd, &nsyms, &stringsize))
6655 bfd_putb32 (stringsize, &lst.string_size);
6656 lst_size += stringsize;
6701 if (!som_bfd_ar_write_symbol_stuff (abfd, nsyms, stringsize, lst, elength)
6583 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
archive64.c 42 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
95 stringsize = parsed_size - 8 * nsymz - 8;
100 amt = carsym_size + stringsize + 1;
101 if (/* Catch overflow in stringsize (and ptrsize) expression. */
103 || stringsize > parsed_size
108 || amt <= stringsize)
121 || bfd_read (stringbase, stringsize, abfd) != stringsize)
128 stringend = stringbase + stringsize;
167 unsigned int stringsize = stridx local
    [all...]
aoutx.h 1327 bfd_size_type stringsize;
1335 stringsize = GET_WORD (abfd, string_chars);
1336 if (stringsize == 0)
1337 stringsize = 1;
1338 else if (stringsize + 1 < BYTES_IN_WORD + 1
1339 || (size_t) stringsize != stringsize)
1345 strings = (char *) bfd_malloc (stringsize + 1);
1349 if (stringsize >= BYTES_IN_WORD)
1351 amt = stringsize - BYTES_IN_WORD
1326 bfd_size_type stringsize; local
    [all...]
archive.c 1090 bfd_size_type stringsize;
1132 stringsize = parsed_size - ptrsize - 4;
1134 if (carsym_size + stringsize + 1 <= carsym_size)
1146 carsym_size + stringsize + 1);
1152 if (bfd_read (stringbase, stringsize, abfd) != stringsize)
1156 stringend = stringbase + stringsize;
2491 unsigned int stringsize = stridx + padit;
2492 /* Include 8 bytes to store ranlibsize and stringsize in output. */
2493 unsigned int mapsize = ranlibsize + stringsize + 8
1086 bfd_size_type stringsize; local
2482 unsigned int stringsize = stridx + padit; local
2720 unsigned int stringsize = stridx; local
    [all...]
ecoff.c 2929 bfd_size_type parsed_size, stringsize;
3011 stringsize = parsed_size - (count * 8 + 8);
3072 if (name_offset > stringsize)
3107 unsigned int stringsize;
3126 stringsize = stridx + padit;
3128 /* Include 8 bytes to store symdefsize and stringsize in output. */
3129 mapsize = symdefsize + stringsize + 8;
3234 H_PUT_32 (abfd, stringsize, temp);
2921 bfd_size_type parsed_size, stringsize; local
3099 unsigned int stringsize; local
pdp11.c 1304 bfd_size_type stringsize;
1312 stringsize = H_GET_32 (abfd, string_chars);
1313 if (stringsize == 0)
1314 stringsize = 1;
1315 else if (stringsize + 1 < BYTES_IN_LONG + 1
1316 || (size_t) stringsize != stringsize)
1322 strings = (char *) bfd_malloc (stringsize + 1);
1326 if (stringsize >= BYTES_IN_LONG)
1328 amt = stringsize - BYTES_IN_LONG
1303 bfd_size_type stringsize; local
    [all...]
  /src/sbin/restore/
symtab.c 437 int32_t stringsize; member in struct:symtableheader
519 hdr.stringsize = stroff;
609 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry));
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 66 off_t stringsize; member in struct:elf_syms
73 off_t stringsize; member in struct:ecoff_syms
656 elfsymsp->stringsize = strsize;
688 ecoff_strsize = ECOFF_ROUND(ecoffsymtab.stringsize, align);
697 stringtaboff, ecoffsymtab.stringsize);
700 padding = ecoff_strsize - ecoffsymtab.stringsize;
701 safewrite(out, ecoffsymtab.stringtab, ecoffsymtab.stringsize,
736 size_t stringsize = 0; local
746 stringsize += strlen(name) + 1;
748 if (stringsize == 0
764 size_t stringsize; local
    [all...]

Completed in 106 milliseconds

1 2