Searched refs:read_1_byte (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c245 read_1_byte (bfd *abfd ATTRIBUTE_UNUSED, bfd_byte *buf) function
477 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr);
620 blk->size = read_1_byte (abfd, info_ptr);
627 attr->u.val = read_1_byte (abfd, info_ptr);
631 attr->u.val = read_1_byte (abfd, info_ptr);
643 attr->u.val = read_1_byte (abfd, info_ptr);
1027 lh.minimum_instruction_length = read_1_byte (abfd, line_ptr);
1029 lh.default_is_stmt = read_1_byte (abfd, line_ptr);
1033 lh.line_range = read_1_byte (abfd, line_ptr);
1035 lh.opcode_base = read_1_byte (abf
[all...]
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c569 read_1_byte (bfd *abfd ATTRIBUTE_UNUSED, bfd_byte *buf, bfd_byte *end) function
919 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr, abbrev_end);
1112 blk->size = read_1_byte (abfd, info_ptr, info_ptr_end);
1119 attr->u.val = read_1_byte (abfd, info_ptr, info_ptr_end);
1123 attr->u.val = read_1_byte (abfd, info_ptr, info_ptr_end);
1138 attr->u.val = read_1_byte (abfd, info_ptr, info_ptr_end);
1823 lh.minimum_instruction_length = read_1_byte (abfd, line_ptr, line_end);
1828 lh.maximum_ops_per_insn = read_1_byte (abfd, line_ptr, line_end);
1842 lh.default_is_stmt = read_1_byte (abfd, line_ptr, line_end);
1848 lh.line_range = read_1_byte (abf
[all...]

Completed in 103 milliseconds