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

  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 1751 char extstrsize[STRING_SIZE_SIZE]; local
1780 if (bfd_read (extstrsize, sizeof extstrsize, abfd) != sizeof extstrsize)
1791 strsize = H_GET_32 (abfd, extstrsize);
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 1743 char extstrsize[STRING_SIZE_SIZE]; local
1772 if (bfd_read (extstrsize, sizeof extstrsize, abfd) != sizeof extstrsize)
1783 strsize = H_GET_32 (abfd, extstrsize);
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 1726 char extstrsize[STRING_SIZE_SIZE]; local
1755 if (bfd_read (extstrsize, sizeof extstrsize, abfd) != sizeof extstrsize)
1766 strsize = H_GET_32 (abfd, extstrsize);
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 1743 char extstrsize[STRING_SIZE_SIZE]; local
1772 if (bfd_read (extstrsize, sizeof extstrsize, abfd) != sizeof extstrsize)
1783 strsize = H_GET_32 (abfd, extstrsize);

Completed in 18 milliseconds