| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-archive.c | 42 static void *arc_mmap_header (int fd, size_t headersz); 44 static int arc_mmap_writeout (int fd, void *header, size_t headersz, 46 static int arc_mmap_unmap (void *header, size_t headersz, const char **errmsg); 67 size_t headersz; local 82 headersz = sizeof (struct ctf_archive) 84 ctf_dprintf ("headersz is %lu\n", (unsigned long) headersz); 87 headersz, and a region updated via write() starting after that, containing 89 ctf_startoffs = headersz; 102 if ((archdr = arc_mmap_header (fd, headersz)) == NULL [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-archive.c | 42 static void *arc_mmap_header (int fd, size_t headersz); 44 static int arc_mmap_writeout (int fd, void *header, size_t headersz, 46 static int arc_mmap_unmap (void *header, size_t headersz, const char **errmsg); 67 size_t headersz; local 82 headersz = sizeof (struct ctf_archive) 84 ctf_dprintf ("headersz is %lu\n", (unsigned long) headersz); 87 headersz, and a region updated via write() starting after that, containing 89 ctf_startoffs = headersz; 102 if ((archdr = arc_mmap_header (fd, headersz)) == NULL [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-archive.c | 42 static void *arc_mmap_header (int fd, size_t headersz); 44 static int arc_mmap_writeout (int fd, void *header, size_t headersz, 46 static int arc_mmap_unmap (void *header, size_t headersz, const char **errmsg); 67 size_t headersz; local 82 headersz = sizeof (struct ctf_archive) 84 ctf_dprintf ("headersz is %lu\n", (unsigned long) headersz); 87 headersz, and a region updated via write() starting after that, containing 89 ctf_startoffs = headersz; 102 if ((archdr = arc_mmap_header (fd, headersz)) == NULL [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-archive.c | 42 static void *arc_mmap_header (int fd, size_t headersz); 44 static int arc_mmap_writeout (int fd, void *header, size_t headersz, 46 static int arc_mmap_unmap (void *header, size_t headersz, const char **errmsg); 67 size_t headersz; local 82 headersz = sizeof (struct ctf_archive) 84 ctf_dprintf ("headersz is %lu\n", (unsigned long) headersz); 87 headersz, and a region updated via write() starting after that, containing 89 ctf_startoffs = headersz; 102 if ((archdr = arc_mmap_header (fd, headersz)) == NULL [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| crypto.c | 1450 size_t sz, headersz, block_sz, pad_sz, len; local 1454 headersz = et->confoundersize; 1456 sz = headersz + len; 1511 size_t headersz, trailersz; local 1532 headersz = et->confoundersize; 1537 if (hiv == NULL || hiv->data.length != headersz)
|