HomeSort by: relevance | last modified time | path
    Searched defs:strings_size (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
index.h 32 int strings_size; member in struct:index_header
  /src/sys/arch/hppa/include/
som.h 82 u_int strings_size; /* size of the strings table */ member in struct:som_filehdr
  /src/external/gpl3/binutils/dist/binutils/
od-xcoff.c 394 unsigned int strings_size; member in struct:xcoff_dump
650 data->strings_size = 0;
654 data->strings_size = bfd_h_get_32 (abfd, stsz_arr);
655 if (data->strings_size > sizeof (stsz_arr))
657 unsigned int remsz = data->strings_size - sizeof (stsz_arr);
659 data->strings = xmalloc (data->strings_size);
708 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size)
755 if (data->strings_size == 0)
758 printf (_(" (strings size: %08x):\n"), data->strings_size);
891 if (data->strings != NULL && off < data->strings_size)
    [all...]
wrstabs.c 145 size_t strings_size; member in struct:stab_write_handle
345 strx = info->strings_size;
352 info->strings_size += strlen (string) + 1;
480 info.strings_size = 1;
517 bfd_put_32 (abfd, info.strings_size, info.symbols + 8);
522 *pstringsize = info.strings_size;
523 *pstrings = xmalloc (info.strings_size);
  /src/external/gpl3/binutils.old/dist/binutils/
od-xcoff.c 394 unsigned int strings_size; member in struct:xcoff_dump
650 data->strings_size = 0;
654 data->strings_size = bfd_h_get_32 (abfd, stsz_arr);
655 if (data->strings_size > sizeof (stsz_arr))
657 unsigned int remsz = data->strings_size - sizeof (stsz_arr);
659 data->strings = xmalloc (data->strings_size);
708 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size)
755 if (data->strings_size == 0)
758 printf (_(" (strings size: %08x):\n"), data->strings_size);
891 if (data->strings != NULL && off < data->strings_size)
    [all...]
wrstabs.c 145 size_t strings_size; member in struct:stab_write_handle
345 strx = info->strings_size;
352 info->strings_size += strlen (string) + 1;
480 info.strings_size = 1;
517 bfd_put_32 (abfd, info.strings_size, info.symbols + 8);
522 *pstringsize = info.strings_size;
523 *pstrings = xmalloc (info.strings_size);
  /src/external/gpl3/binutils/dist/bfd/
som.c 3308 *BUF, a buffer of *BUFLEN size. Track total size in *STRINGS_SIZE,
3315 unsigned int *strings_size, unsigned int *strx)
3356 *strings_size += 4;
3359 *strx = *strings_size;
3364 *strings_size += length;
3371 *strings_size += length;
3382 unsigned int *strings_size)
3401 *strings_size = 0;
3416 strings_size, strx);
3436 unsigned int *strings_size,
3518 unsigned int strings_size = 0; local
3877 unsigned int strings_size, total_reloc_size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 3308 *BUF, a buffer of *BUFLEN size. Track total size in *STRINGS_SIZE,
3315 unsigned int *strings_size, unsigned int *strx)
3356 *strings_size += 4;
3359 *strx = *strings_size;
3364 *strings_size += length;
3371 *strings_size += length;
3382 unsigned int *strings_size)
3401 *strings_size = 0;
3416 strings_size, strx);
3436 unsigned int *strings_size,
3518 unsigned int strings_size = 0; local
3877 unsigned int strings_size, total_reloc_size; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 3308 *BUF, a buffer of *BUFLEN size. Track total size in *STRINGS_SIZE,
3315 unsigned int *strings_size, unsigned int *strx)
3356 *strings_size += 4;
3359 *strx = *strings_size;
3364 *strings_size += length;
3371 *strings_size += length;
3382 unsigned int *strings_size)
3401 *strings_size = 0;
3416 strings_size, strx);
3436 unsigned int *strings_size,
3518 unsigned int strings_size = 0; local
3877 unsigned int strings_size, total_reloc_size; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 3308 *BUF, a buffer of *BUFLEN size. Track total size in *STRINGS_SIZE,
3315 unsigned int *strings_size, unsigned int *strx)
3356 *strings_size += 4;
3359 *strx = *strings_size;
3364 *strings_size += length;
3371 *strings_size += length;
3382 unsigned int *strings_size)
3401 *strings_size = 0;
3416 strings_size, strx);
3436 unsigned int *strings_size,
3518 unsigned int strings_size = 0; local
3877 unsigned int strings_size, total_reloc_size; local
    [all...]

Completed in 54 milliseconds