Home | History | Annotate | Download | only in bfd

Lines Matching defs:bytes

7887 		       unsigned long *wordsz,  /* in bytes */
7888 unsigned long *chunksz, /* in bytes */
12335 size_t size, bytes, file_align;
12357 bytes = ((size >> log_file_align) + 1) * sizeof (bfd_boolean);
12361 ptr = (bfd_boolean *) bfd_realloc (ptr - 1, bytes);
12369 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
12373 ptr = (bfd_boolean *) bfd_zmalloc (bytes);