Home
last modified time | relevance | path

Searched refs:read_byte (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c475 read_byte (struct dwarf_buf *buf) in read_byte() function
587 return read_byte (buf); in read_address()
801 return advance (buf, read_byte (buf)); in read_attribute()
804 val->u.uint = read_byte (buf); in read_attribute()
808 val->u.uint = read_byte (buf); in read_attribute()
857 val->u.uint = read_byte (buf); in read_attribute()
916 offset = read_byte (buf); in read_attribute()
946 offset = read_byte (buf); in read_attribute()
1381 read_byte (&count_buf); in read_abbrevs()
1427 a.has_children = read_byte (&abbrev_buf); in read_abbrevs()
[all …]
/netbsd-src/usr.bin/xlint/lint1/
H A Dlex.c437 read_byte(void) in read_byte()
702 int c = read_byte(); in read_quoted()
713 c = read_byte(); in read_quoted()
1203 if ((c = read_byte()) == EOF) { in lex_comment()
1286 while (c = read_byte(), isspace(c) != 0) in lex_wide_string()
1296 c = read_byte(); in lex_next_line()
1311 c = read_byte(); in lex_unknown_character()
1319 c = read_byte();
1326 c = read_byte();
1328 seen_end_of_comment = c == '*' && (c = read_byte())
436 read_byte(void) read_byte() function
[all...]
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c475 read_byte (struct dwarf_buf *buf) in read_byte() function
587 return read_byte (buf); in read_address()
801 return advance (buf, read_byte (buf)); in read_attribute()
804 val->u.uint = read_byte (buf); in read_attribute()
808 val->u.uint = read_byte (buf); in read_attribute()
857 val->u.uint = read_byte (buf); in read_attribute()
917 offset = read_byte (buf); in read_attribute()
947 offset = read_byte (buf); in read_attribute()
1388 read_byte (&count_buf); in read_abbrevs()
1434 a.has_children = read_byte (&abbrev_buf); in read_abbrevs()
[all …]
/netbsd-src/sys/dev/ic/
H A Dpca9564var.h32 uint8_t (*read_byte)(device_t, int reg); member
H A Dpca9564.c59 #define CSR_READ(sc, r) (*sc->sc_ios.read_byte)(sc->sc_dev, r)
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c64 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()
H A DChangeLog-20055080 (read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c64 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()
747 REQUIRE (read_byte (&buf, end, &cie->version)); in _bfd_elf_parse_eh_frame()
804 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); in _bfd_elf_parse_eh_frame()
809 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_parse_eh_frame()
819 REQUIRE (read_byte (&buf, end, &cie->per_encoding)); in _bfd_elf_parse_eh_frame()
H A DChangeLog-20055080 (read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_eeprom.c427 read_byte(device *me, in read_byte() function
522 uint8_t byte = read_byte(me, eeprom, address); in hw_eeprom_io_read_buffer()
/netbsd-src/external/public-domain/xz/dist/doc/
H A Dxz-file-format.txt970 const int byte = read_byte();
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20055080 (read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20055080 (read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new