Lines Matching refs:buf_end
621 bfd_byte * buf_end, in read_string() argument
626 if (buf >= buf_end) in read_string()
638 while (buf < buf_end) in read_string()
660 bfd_byte * buf_end, in read_indirect_string() argument
667 if (buf + unit->offset_size > buf_end) in read_indirect_string()
674 offset = read_4_bytes (unit->abfd, buf, buf_end); in read_indirect_string()
676 offset = read_8_bytes (unit->abfd, buf, buf_end); in read_indirect_string()
700 bfd_byte * buf_end, in read_alt_indirect_string() argument
707 if (buf + unit->offset_size > buf_end) in read_alt_indirect_string()
714 offset = read_4_bytes (unit->abfd, buf, buf_end); in read_alt_indirect_string()
716 offset = read_8_bytes (unit->abfd, buf, buf_end); in read_alt_indirect_string()
803 read_address (struct comp_unit *unit, bfd_byte *buf, bfd_byte * buf_end) in read_address() argument
810 if (buf + unit->addr_size > buf_end) in read_address()