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

/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive64.c46 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
91 stringsize = parsed_size - 8 * nsymz - 8;
96 amt = carsym_size + stringsize + 1;
108 || bfd_bread (stringbase, stringsize, abfd) != stringsize)
153 unsigned int stringsize = stridx; local
154 unsigned int mapsize = stringsize + ranlibsize;
H A Darchive.c784 bfd_size_type stringsize;
809 stringsize = parsed_size - (4 * nsymz) - 4;
816 if (stringsize > 0xfffff
822 stringsize = parsed_size - (4 * nsymz) - 4;
835 if (carsym_size + stringsize + 1 <= carsym_size)
838 ardata->symdefs = bfd_zalloc (abfd, carsym_size + stringsize + 1);
849 || (bfd_bread (stringbase, stringsize, abfd) != stringsize))
957 unsigned int stringsize;
1015 stringsize
780 bfd_size_type stringsize; local
952 unsigned int stringsize; local
1931 unsigned int stringsize = stridx + padit; local
2084 unsigned int stringsize = stridx; local
[all...]
H A Daoutx.h1329 bfd_size_type stringsize;
1337 stringsize = GET_WORD (abfd, string_chars);
1340 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
1345 strings = bfd_malloc (stringsize + 1);
1351 amt = stringsize - BYTES_IN_WORD;
1362 strings[stringsize - 1] = 0;
1365 obj_aout_external_string_size (abfd) = stringsize;
1328 bfd_size_type stringsize; local
H A Decoff.c3015 unsigned int stringsize;
3034 stringsize = stridx + padit;
3036 /* Include 8 bytes to store symdefsize and stringsize in output. */
3037 mapsize = symdefsize + stringsize + 8;
3142 H_PUT_32 (abfd, stringsize, temp);
3007 unsigned int stringsize; local
/freebsd-11-stable/sbin/restore/
H A Dsymtab.c426 int32_t stringsize; member in struct:symtableheader
507 hdr.stringsize = stroff;
596 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry));
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c2588 bfd_size_type symsize, stringsize;
2594 &stringsize))
2603 || ! bfd_set_section_size (obfd, stabstrsec, stringsize)
2619 stringsize))
2586 bfd_size_type symsize, stringsize; local

Completed in 187 milliseconds