Searched refs:extstrsize (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dcoffgen.c1471 char extstrsize[STRING_SIZE_SIZE]; local
1490 if (bfd_bread (extstrsize, (bfd_size_type) sizeof extstrsize, abfd)
1491 != sizeof extstrsize)
1502 strsize = H_GET_32 (abfd, extstrsize);
/haiku-buildtools/binutils/bfd/
H A Dcoffgen.c1670 char extstrsize[STRING_SIZE_SIZE]; local
1689 if (bfd_bread (extstrsize, (bfd_size_type) sizeof extstrsize, abfd)
1690 != sizeof extstrsize)
1701 strsize = H_GET_32 (abfd, extstrsize);

Completed in 100 milliseconds