Home | History | Annotate | Download | only in bfd

Lines Matching refs:buf_end

615    at or beyond BUF_END will not be read.  Returns NULL if there was a
621 bfd_byte * buf_end,
626 if (buf >= buf_end)
638 while (buf < buf_end)
653 at or beyond BUF_END will not be read from BUF. Returns NULL if there was
660 bfd_byte * buf_end,
667 if (buf + unit->offset_size > buf_end)
674 offset = read_4_bytes (unit->abfd, buf, buf_end);
676 offset = read_8_bytes (unit->abfd, buf, buf_end);
700 bfd_byte * buf_end,
707 if (buf + unit->offset_size > buf_end)
714 offset = read_4_bytes (unit->abfd, buf, buf_end);
716 offset = read_8_bytes (unit->abfd, buf, buf_end);
803 read_address (struct comp_unit *unit, bfd_byte *buf, bfd_byte * buf_end)
810 if (buf + unit->addr_size > buf_end)