Lines Matching refs:bytes
144 we are returning only 4 bytes of data. */
237 Returns the number of bytes read. */
1593 /* Read the first 4 bytes. For a 32-bit DWARF section, this
2331 unsigned long bytes;
2339 bytes = section->size;
2340 section_end = start + bytes;
2342 if (bytes == 0)
2515 /* warn (_("There is an overlap of %ld bytes [0x%lx - 0x%lx] in .debug_loc section.\n"),
2523 if (offset >= bytes)
2612 unsigned long bytes = section->size;
2615 if (bytes == 0)
2623 while (bytes)
2629 lbytes = (bytes > 16 ? 16 : bytes);
2657 bytes -= lbytes;
2773 unsigned long bytes;
2784 bytes = section->size;
2785 section_end = start + bytes;
2787 if (bytes == 0)