| /src/external/bsd/elftoolchain/dist/libelf/ |
| libelf_open.c | 61 ssize_t readsz; local 66 readsz = 0; 94 if ((readsz = read(fd, t, bufsz - datasz)) <= 0) 96 datasz += (size_t) readsz; 99 } while (readsz > 0); 101 if (readsz < 0) { 106 assert(readsz == 0);
|
| /src/external/bsd/flex/dist/src/ |
| filter.c | 236 const int readsz = 512; local 289 buf = malloc((size_t) readsz); 292 while (fgets (buf, readsz, stdin)) { 343 const size_t readsz = 512; local 351 buf = malloc(readsz); 355 while (fgets (buf, (int) readsz, stdin)) { 396 snprintf (buf, readsz, "#line %d \"%s\"\n",
|
| /src/usr.sbin/kvm_mkdb/ |
| nlist_elf32.c | 160 int allocsiz, readsz; local 172 if ((readsz = read(fd, mappedfile, mappedsize)) < 0) 175 if (readsz != mappedsize) /* Sanity */
|
| /src/external/gpl3/binutils/dist/bfd/ |
| compress.c | 729 bfd_size_type readsz = bfd_get_section_limit_octets (abfd, sec); local 754 abfd, sec, (uint64_t) readsz); 776 if (!bfd_get_section_contents (abfd, sec, p, 0, readsz)) 821 sec->compressed_size - compression_header_size, p, readsz)) 847 memcpy (p, sec->contents, readsz);
|
| dwarf2.c | 5531 bfd_size_type readsz = bfd_get_section_limit_octets (debug_bfd, msec); 5533 if (total_size + readsz < total_size) 5538 total_size += readsz; 5550 bfd_size_type readsz = bfd_get_section_limit_octets (debug_bfd, msec); local 5551 if (readsz == 0) 5559 total_size += readsz;
|
| elf.c | 14109 size_t readsz = bfd_get_section_limit_octets (abfd, sec); 14111 if (readsz == allocsz && readsz >= _bfd_minimum_mmap_size) 14102 size_t readsz = bfd_get_section_limit_octets (abfd, sec); local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| compress.c | 708 bfd_size_type readsz = bfd_get_section_limit_octets (abfd, sec); local 733 abfd, sec, (uint64_t) readsz); 755 if (!bfd_get_section_contents (abfd, sec, p, 0, readsz)) 800 sec->compressed_size - compression_header_size, p, readsz)) 826 memcpy (p, sec->contents, readsz);
|
| dwarf2.c | 5531 bfd_size_type readsz = bfd_get_section_limit_octets (debug_bfd, msec); 5533 if (total_size + readsz < total_size) 5538 total_size += readsz; 5550 bfd_size_type readsz = bfd_get_section_limit_octets (debug_bfd, msec); local 5551 if (readsz == 0) 5559 total_size += readsz;
|
| elf.c | 14327 size_t readsz = bfd_get_section_limit_octets (abfd, sec); 14329 if (readsz == allocsz && readsz >= _bfd_minimum_mmap_size) 14320 size_t readsz = bfd_get_section_limit_octets (abfd, sec); local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| compress.c | 724 bfd_size_type readsz = bfd_get_section_limit_octets (abfd, sec); local 749 abfd, sec, (uint64_t) readsz); 771 if (!bfd_get_section_contents (abfd, sec, p, 0, readsz)) 816 sec->compressed_size - compression_header_size, p, readsz)) 842 memcpy (p, sec->contents, readsz);
|
| elf.c | 14235 size_t readsz = bfd_get_section_limit_octets (abfd, sec); 14237 if (readsz == allocsz && readsz >= _bfd_minimum_mmap_size) 14228 size_t readsz = bfd_get_section_limit_octets (abfd, sec); local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| compress.c | 724 bfd_size_type readsz = bfd_get_section_limit_octets (abfd, sec); local 749 abfd, sec, (uint64_t) readsz); 771 if (!bfd_get_section_contents (abfd, sec, p, 0, readsz)) 816 sec->compressed_size - compression_header_size, p, readsz)) 842 memcpy (p, sec->contents, readsz);
|
| elf.c | 14411 size_t readsz = bfd_get_section_limit_octets (abfd, sec); 14413 if (readsz == allocsz && readsz >= _bfd_minimum_mmap_size) 14404 size_t readsz = bfd_get_section_limit_octets (abfd, sec); local
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcdrv.c | 467 int readsz = 0; local 474 readsz += sizeof (uint64_t); 481 readsz += sizeof (uint64_t); 497 readsz += sizeof (uint64_t); 504 readsz += sizeof (uint64_t); 566 if (readsz != msgsz)
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcdrv.c | 467 int readsz = 0; local 474 readsz += sizeof (uint64_t); 481 readsz += sizeof (uint64_t); 497 readsz += sizeof (uint64_t); 504 readsz += sizeof (uint64_t); 566 if (readsz != msgsz)
|