Searched refs:stringsize (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | archive64.c | 46 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; in bfd_elf64_archive_slurp_armap() local 91 stringsize = parsed_size - 8 * nsymz - 8; in bfd_elf64_archive_slurp_armap() 96 amt = carsym_size + stringsize + 1; in bfd_elf64_archive_slurp_armap() 108 || bfd_bread (stringbase, stringsize, abfd) != stringsize) in bfd_elf64_archive_slurp_armap() 153 unsigned int stringsize = stridx; in bfd_elf64_archive_write_armap() local 154 unsigned int mapsize = stringsize + ranlibsize; in bfd_elf64_archive_write_armap()
|
| D | archive.c | 780 bfd_size_type stringsize; in do_slurp_coff_armap() local 805 stringsize = parsed_size - (4 * nsymz) - 4; in do_slurp_coff_armap() 812 if (stringsize > 0xfffff in do_slurp_coff_armap() 818 stringsize = parsed_size - (4 * nsymz) - 4; in do_slurp_coff_armap() 831 if (carsym_size + stringsize + 1 <= carsym_size) in do_slurp_coff_armap() 834 ardata->symdefs = bfd_zalloc (abfd, carsym_size + stringsize + 1); in do_slurp_coff_armap() 845 || (bfd_bread (stringbase, stringsize, abfd) != stringsize)) in do_slurp_coff_armap() 952 unsigned int stringsize; in bfd_slurp_bsd_armap_f2() local 1010 stringsize = H_GET_32 (abfd, raw_armap + HPUX_SYMDEF_COUNT_SIZE); in bfd_slurp_bsd_armap_f2() 1015 rbase = (bfd_byte *) stringbase + stringsize; in bfd_slurp_bsd_armap_f2() [all …]
|
| D | aoutx.h | 1328 bfd_size_type stringsize; in aout_get_external_symbols() local 1336 stringsize = GET_WORD (abfd, string_chars); in aout_get_external_symbols() 1339 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize, in aout_get_external_symbols() 1344 strings = bfd_malloc (stringsize + 1); in aout_get_external_symbols() 1350 amt = stringsize - BYTES_IN_WORD; in aout_get_external_symbols() 1361 strings[stringsize - 1] = 0; in aout_get_external_symbols() 1364 obj_aout_external_string_size (abfd) = stringsize; in aout_get_external_symbols()
|
| D | ecoff.c | 3007 unsigned int stringsize; in _bfd_ecoff_write_armap() local 3026 stringsize = stridx + padit; in _bfd_ecoff_write_armap() 3029 mapsize = symdefsize + stringsize + 8; in _bfd_ecoff_write_armap() 3134 H_PUT_32 (abfd, stringsize, temp); in _bfd_ecoff_write_armap()
|
| /freebsd-10-stable/sbin/restore/ |
| D | symtab.c | 426 int32_t stringsize; member 507 hdr.stringsize = stroff; in dumpsymtable() 597 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry)); in initsymtable()
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | objcopy.c | 2586 bfd_size_type symsize, stringsize; in write_debugging_info() local 2592 &stringsize)) in write_debugging_info() 2601 || ! bfd_set_section_size (obfd, stabstrsec, stringsize) in write_debugging_info() 2617 stringsize)) in write_debugging_info()
|