Searched refs:hdr_buf (Results 1 – 2 of 2) sorted by relevance
1588 struct dwarf_buf hdr_buf; in read_line_header() local1602 hdr_buf = *line_buf; in read_line_header()1603 hdr_buf.left = hdrlen; in read_line_header()1608 hdr->min_insn_len = read_byte (&hdr_buf); in read_line_header()1612 hdr->max_ops_per_insn = read_byte (&hdr_buf); in read_line_header()1615 read_byte (&hdr_buf); in read_line_header()1617 hdr->line_base = read_sbyte (&hdr_buf); in read_line_header()1618 hdr->line_range = read_byte (&hdr_buf); in read_line_header()1620 hdr->opcode_base = read_byte (&hdr_buf); in read_line_header()1621 hdr->opcode_lengths = hdr_buf.buf; in read_line_header()[all …]
276 unsigned char hdr_buf[16], *buf = NULL; in do_b2i_bio() local281 if (BIO_read(in, hdr_buf, 16) != 16) { in do_b2i_bio()285 p = hdr_buf; in do_b2i_bio()