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

/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c257 read_2_bytes (bfd *abfd, bfd_byte *buf) function
573 blk->size = read_2_bytes (abfd, info_ptr);
589 attr->u.val = read_2_bytes (abfd, info_ptr);
647 attr->u.val = read_2_bytes (abfd, info_ptr);
1020 lh.version = read_2_bytes (abfd, line_ptr);
1260 address += read_2_bytes (abfd, line_ptr);
1894 version = read_2_bytes (abfd, info_ptr);
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c585 read_2_bytes (bfd *abfd, bfd_byte *buf, bfd_byte *end) function
1054 blk->size = read_2_bytes (abfd, info_ptr, info_ptr_end);
1072 attr->u.val = read_2_bytes (abfd, info_ptr, info_ptr_end);
1142 attr->u.val = read_2_bytes (abfd, info_ptr, info_ptr_end);
1799 lh.version = read_2_bytes (abfd, line_ptr, line_end);
2117 address += read_2_bytes (abfd, line_ptr, line_end);
2956 version = read_2_bytes (abfd, info_ptr, end_ptr);

Completed in 51 milliseconds