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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dxcoffread.c1886 unsigned char lengthbuf[4];
1895 val = bfd_bread ((char *) lengthbuf, sizeof lengthbuf, abfd);
1896 length = bfd_h_get_32 (abfd, lengthbuf);
1901 if (val != sizeof lengthbuf || length < sizeof lengthbuf)
1912 memcpy (strtbl, lengthbuf, sizeof lengthbuf);
1913 if (length == sizeof lengthbuf)
1916 val = bfd_bread (strtbl + sizeof lengthbuf, lengt
1879 unsigned char lengthbuf[4]; local
[all...]
H A Dcoffread.c1194 unsigned char lengthbuf[4];
1206 val = bfd_bread ((char *) lengthbuf, sizeof lengthbuf, abfd);
1207 length = bfd_h_get_32 (symfile_bfd, lengthbuf);
1211 if (val != sizeof lengthbuf || length < sizeof lengthbuf)
1217 memcpy (stringtab, lengthbuf, sizeof lengthbuf);
1221 val = bfd_bread (stringtab + sizeof lengthbuf, length - sizeof lengthbuf,
1187 unsigned char lengthbuf[4]; local
[all...]

Completed in 82 milliseconds