Searched refs:read_byte (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-8.0/libbacktrace/ |
| HD | dwarf.c | 417 read_byte (struct dwarf_buf *buf) in read_byte() function 512 return read_byte (buf); in read_address() 704 return advance (buf, read_byte (buf)); in read_attribute() 707 val->u.uint = read_byte (buf); in read_attribute() 711 val->u.uint = read_byte (buf); in read_attribute() 744 val->u.uint = read_byte (buf); in read_attribute() 1056 read_byte (&count_buf); in read_abbrevs() 1096 a.has_children = read_byte (&abbrev_buf); in read_abbrevs() 1473 addrsize = read_byte (&unit_buf); in build_address_map() 1608 hdr->min_insn_len = read_byte (&hdr_buf); in read_line_header() [all …]
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | elf-eh-frame.c | 63 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) in read_byte() function 94 if (!read_byte (iter, end, &byte)) in skip_leb128() 331 if (!read_byte (iter, end, &op)) in skip_cfa_op() 637 REQUIRE (read_byte (&buf, end, &cie->version)); in _bfd_elf_parse_eh_frame() 691 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); in _bfd_elf_parse_eh_frame() 696 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_parse_eh_frame() 706 REQUIRE (read_byte (&buf, end, &cie->per_encoding)); in _bfd_elf_parse_eh_frame()
|
| /dragonfly/sys/dev/drm/amd/display/dc/i2caux/ |
| HD | i2c_sw_engine.c | 241 static bool read_byte( in read_byte() function 336 if (!read_byte(ctx, ddc_handle, clock_delay_div_4, data + i, in i2c_read()
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | elf-eh-frame.c | 64 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) in read_byte() function 95 if (!read_byte (iter, end, &byte)) in skip_leb128() 338 if (!read_byte (iter, end, &op)) in skip_cfa_op() 737 REQUIRE (read_byte (&buf, end, &cie->version)); in _bfd_elf_parse_eh_frame() 791 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); in _bfd_elf_parse_eh_frame() 796 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_parse_eh_frame() 806 REQUIRE (read_byte (&buf, end, &cie->per_encoding)); in _bfd_elf_parse_eh_frame()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | elf-eh-frame.c | 64 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) in read_byte() function 95 if (!read_byte (iter, end, &byte)) in skip_leb128() 351 if (!read_byte (iter, end, &op)) in skip_cfa_op() 746 REQUIRE (read_byte (&buf, end, &cie->version)); in _bfd_elf_parse_eh_frame() 803 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); in _bfd_elf_parse_eh_frame() 808 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_parse_eh_frame() 818 REQUIRE (read_byte (&buf, end, &cie->per_encoding)); in _bfd_elf_parse_eh_frame()
|