Searched refs:strsize (Results 1 - 10 of 10) sorted by path

/haiku-fatelf/src/bin/gdb/bfd/
H A Daoutx.h1795 NAME(aout,translate_symbol_table) (abfd, in, ext, count, str, strsize, dynamic)
1801 bfd_size_type strsize;
1821 else if (x < strsize)
1799 bfd_size_type strsize; variable
H A Dcoffgen.c1627 bfd_size_type strsize; local
1652 strsize = STRING_SIZE_SIZE;
1657 strsize = H_GET_32 (abfd, extstrsize);
1663 if (strsize < STRING_SIZE_SIZE)
1666 (_("%B: bad string table size %lu"), abfd, (unsigned long) strsize);
1671 strings = (char *) bfd_malloc (strsize);
1675 if (bfd_bread (strings + STRING_SIZE_SIZE, strsize - STRING_SIZE_SIZE, abfd)
1676 != strsize - STRING_SIZE_SIZE)
H A Delflink.c5059 bfd_size_type strsize;
5061 strsize = _bfd_elf_strtab_size (elf_hash_table (info)->dynstr);
5065 || !_bfd_elf_add_dynamic_entry (info, DT_STRSZ, strsize)
5049 bfd_size_type strsize; local
H A Dmach-o.c754 if (stroff >= sym->strsize)
757 (unsigned long) stroff, (unsigned long) sym->strsize);
846 if ((sym->stroff + sym->strsize) > b->size)
855 sym->strtab = bfd_alloc (abfd, sym->strsize);
860 if (bfd_bread ((PTR) sym->strtab, sym->strsize, abfd) != sym->strsize)
863 sym->strsize, sym->stroff);
1244 bfd_h_put_32 (abfd, seg->strsize, buf + 12);
1312 seg->strsize = bfd_h_get_32 (abfd, buf + 12);
1346 bfdsec->size = seg->strsize;
[all...]
H A Dmach-o.h225 unsigned long strsize; member in struct:bfd_mach_o_symtab_command
H A Dpdp11.c1771 NAME(aout,translate_symbol_table) (abfd, in, ext, count, str, strsize, dynamic)
1777 bfd_size_type strsize;
1797 else if (x < strsize)
1775 bfd_size_type strsize; variable
H A Dsunos.c406 bfd_size_type strsize = info->dyninfo.ld_symb_size; local
416 info->dynstr, strsize, TRUE))
H A Dsyms.c910 bfd_size_type stabsize, strsize; local
957 strsize = (info->strsec->rawsize
992 strsize = (info->strsec->rawsize
997 info->strs = bfd_alloc (abfd, strsize);
1004 0, strsize))
1127 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
/haiku-fatelf/src/bin/network/tcpdump/
H A Dsmbutil.c338 u_int32_t strsize; local
354 strsize = 0;
364 strsize = *len - 1;
373 strsize = *len - 2;
379 strsize = *len;
382 while (strsize != 0) {
395 strsize--;
398 while (strsize != 0) {
413 if (strsize == 1)
415 strsize
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c311 ssize_t strsize = 0; local
818 strsize = 100; \
819 *strptr = (char *) malloc (strsize * sizeof (Type)); \
853 && str + MB_CUR_MAX >= *strptr + strsize)
860 newstr = (char *) realloc (*strptr, strsize * 2);
880 strsize = strleng + MB_CUR_MAX;
887 strsize *= 2;
905 && (char *) str == *strptr + strsize)
908 str = (char *) realloc (*strptr, 2 * strsize);
913 str = (char *) realloc (*strptr, strsize
[all...]

Completed in 382 milliseconds