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

  /src/external/bsd/elftoolchain/dist/libelf/
libelf_open.c 62 size_t bufsz, datasz; local
65 datasz = 0;
77 if (datasz == bufsz) {
92 assert(bufsz - datasz > 0);
93 t = buf + datasz;
94 if ((readsz = read(fd, t, bufsz - datasz)) <= 0)
96 datasz += (size_t) readsz;
97 } while (datasz < bufsz);
111 if (bufsz > datasz) {
112 if (datasz > 0)
    [all...]
  /src/sys/arch/mipsco/stand/common/
saio.c 59 unsigned long datasz; member in struct:io_arg
  /src/external/gpl3/binutils/dist/bfd/
elf-properties.c 97 _bfd_elf_get_property (bfd *abfd, unsigned int type, unsigned int datasz)
110 if (datasz > p->property.pr_datasz)
113 p->property.pr_datasz = datasz;
128 p->property.pr_datasz = datasz;
158 unsigned int datasz; local
165 datasz = bfd_h_get_32 (abfd, ptr + 4);
168 if (datasz > (size_t) (ptr_end - ptr))
171 (_("warning: %pB: corrupt GNU_PROPERTY_TYPE (%ld) type (0x%x) datasz: 0x%x"),
172 abfd, note->type, type, datasz); local
191 = bed->parse_gnu_properties (abfd, type, ptr, datasz);
584 unsigned int datasz; local
610 unsigned int datasz; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-properties.c 97 _bfd_elf_get_property (bfd *abfd, unsigned int type, unsigned int datasz)
110 if (datasz > p->property.pr_datasz)
113 p->property.pr_datasz = datasz;
128 p->property.pr_datasz = datasz;
158 unsigned int datasz; local
165 datasz = bfd_h_get_32 (abfd, ptr + 4);
168 if (datasz > (size_t) (ptr_end - ptr))
171 (_("warning: %pB: corrupt GNU_PROPERTY_TYPE (%ld) type (0x%x) datasz: 0x%x"),
172 abfd, note->type, type, datasz); local
191 = bed->parse_gnu_properties (abfd, type, ptr, datasz);
584 unsigned int datasz; local
610 unsigned int datasz; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-properties.c 34 _bfd_elf_get_property (bfd *abfd, unsigned int type, unsigned int datasz)
51 if (datasz > p->property.pr_datasz)
54 p->property.pr_datasz = datasz;
71 p->property.pr_datasz = datasz;
99 unsigned int datasz; local
106 datasz = bfd_h_get_32 (abfd, ptr + 4);
109 if (datasz > (size_t) (ptr_end - ptr))
112 (_("warning: %pB: corrupt GNU_PROPERTY_TYPE (%ld) type (0x%x) datasz: 0x%x"),
113 abfd, note->type, type, datasz); local
132 = bed->parse_gnu_properties (abfd, type, ptr, datasz);
517 unsigned int datasz; local
543 unsigned int datasz; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-properties.c 34 _bfd_elf_get_property (bfd *abfd, unsigned int type, unsigned int datasz)
51 if (datasz > p->property.pr_datasz)
54 p->property.pr_datasz = datasz;
71 p->property.pr_datasz = datasz;
99 unsigned int datasz; local
106 datasz = bfd_h_get_32 (abfd, ptr + 4);
109 if (datasz > (size_t) (ptr_end - ptr))
112 (_("warning: %pB: corrupt GNU_PROPERTY_TYPE (%ld) type (0x%x) datasz: 0x%x"),
113 abfd, note->type, type, datasz); local
132 = bed->parse_gnu_properties (abfd, type, ptr, datasz);
517 unsigned int datasz; local
543 unsigned int datasz; local
    [all...]
  /src/sys/netinet/
ip_output.c 604 unsigned int datasz = ntohs(ip->ip_len) - hlen; local
605 unsigned int num = howmany(datasz, segsz);
  /src/external/gpl3/binutils/dist/binutils/
elfedit.c 218 unsigned int datasz = byte_get (ptr + 4, 4);
222 if ((ptr + datasz) > ptr_end)
230 if (datasz != 4)
247 ptr += ELF_ALIGN_UP (datasz, align);
217 unsigned int datasz = byte_get (ptr + 4, 4); local
readelf.c 22490 unsigned int datasz;
22499 datasz = byte_get (ptr + 4, 4);
22503 if (datasz > (size_t) (ptr_end - ptr))
22505 printf (_("<corrupt type (%#x) datasz: %#x>\n"),
22506 type, datasz);
22518 if (datasz == 4)
22526 if (datasz != 4)
22528 datasz);
22537 if (datasz != 4)
22539 datasz);
22487 unsigned int datasz; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
elfedit.c 218 unsigned int datasz = byte_get (ptr + 4, 4);
222 if ((ptr + datasz) > ptr_end)
230 if (datasz != 4)
247 ptr += ELF_ALIGN_UP (datasz, align);
217 unsigned int datasz = byte_get (ptr + 4, 4); local
readelf.c 21350 unsigned int datasz;
21359 datasz = byte_get (ptr + 4, 4);
21363 if (datasz > (size_t) (ptr_end - ptr))
21365 printf (_("<corrupt type (%#x) datasz: %#x>\n"),
21366 type, datasz);
21378 if (datasz == 4)
21386 if (datasz != 4)
21388 datasz);
21397 if (datasz != 4)
21399 datasz);
21347 unsigned int datasz; local
    [all...]
  /src/sys/arch/dreamcast/dev/maple/
mmemcard.c 97 uint16_t datasz; member in struct:mmem_media_info
440 pt->pt_info.datasz);
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c 1041 size_t datasz = sheader.size - sizeof (struct perf_event_header); local
1047 if (skip_buf (&ctr_list[idx].buf_state, datasz))
1060 if (read_sample (&ctr_list[idx], datasz, &value, &lostv))
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c 1041 size_t datasz = sheader.size - sizeof (struct perf_event_header); local
1047 if (skip_buf (&ctr_list[idx].buf_state, datasz))
1060 if (read_sample (&ctr_list[idx], datasz, &value, &lostv))
  /src/sys/dev/pci/
if_iwnvar.h 166 uint32_t datasz; member in struct:iwn_fw_part
if_iwm.c 4490 size_t hdrlen, datasz; local
4532 datasz = sizeof(cmd->data_wide);
4535 datasz = sizeof(cmd->data);
4538 if (paylen > datasz) {
4612 if (paylen > datasz) {

Completed in 74 milliseconds