Searched refs:read_2_bytes (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | dwarf2.c | 222 read_2_bytes (bfd *abfd, char *buf) in read_2_bytes() function 559 blk->size = read_2_bytes (abfd, info_ptr); in read_attribute_value() 575 attr->u.val = read_2_bytes (abfd, info_ptr); in read_attribute_value() 633 attr->u.val = read_2_bytes (abfd, info_ptr); in read_attribute_value() 977 lh.version = read_2_bytes (abfd, line_ptr); in decode_line_info() 1191 address += read_2_bytes (abfd, line_ptr); in decode_line_info() 1448 version = read_2_bytes (abfd, info_ptr); in parse_comp_unit()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | dwarf2.c | 257 read_2_bytes (bfd *abfd, bfd_byte *buf) in read_2_bytes() function 573 blk->size = read_2_bytes (abfd, info_ptr); in read_attribute_value() 589 attr->u.val = read_2_bytes (abfd, info_ptr); in read_attribute_value() 647 attr->u.val = read_2_bytes (abfd, info_ptr); in read_attribute_value() 1020 lh.version = read_2_bytes (abfd, line_ptr); in decode_line_info() 1260 address += read_2_bytes (abfd, line_ptr); in decode_line_info() 1894 version = read_2_bytes (abfd, info_ptr); in parse_comp_unit()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarf2read.c | 788 static unsigned int read_2_bytes (bfd *, char *); 1277 cu_header->version = read_2_bytes (abfd, info_ptr); in read_comp_unit_head() 2253 info_ptr += 2 + read_2_bytes (abfd, info_ptr); in skip_one_die() 5627 blk->size = read_2_bytes (abfd, info_ptr); in read_attribute_value() 5642 DW_UNSND (attr) = read_2_bytes (abfd, info_ptr); in read_attribute_value() 5699 DW_ADDR (attr) = cu->header.offset + read_2_bytes (abfd, info_ptr); in read_attribute_value() 5753 read_2_bytes (bfd *abfd, char *buf) in read_2_bytes() function 6300 lh->version = read_2_bytes (abfd, line_ptr); in dwarf_decode_line_header() 6590 address += read_2_bytes (abfd, line_ptr); in dwarf_decode_lines() 8665 stack[++stacki] = read_2_bytes (objfile->obfd, &data[i]); in decode_locdesc()
|