Searched refs:read_2_bytes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | dwarf2.c | 259 read_2_bytes (bfd *abfd, bfd_byte *buf) in read_2_bytes() function 575 blk->size = read_2_bytes (abfd, info_ptr); in read_attribute_value() 591 attr->u.val = read_2_bytes (abfd, info_ptr); in read_attribute_value() 652 attr->u.val = read_2_bytes (abfd, info_ptr); in read_attribute_value() 1046 lh.version = read_2_bytes (abfd, line_ptr); in decode_line_info() 1282 address += read_2_bytes (abfd, line_ptr); in decode_line_info() 1916 version = read_2_bytes (abfd, info_ptr); in parse_comp_unit()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarf2read.c | 697 static unsigned int read_2_bytes (bfd *, char *); 1130 cu_header->version = read_2_bytes (abfd, info_ptr); in read_comp_unit_head() 4591 blk->size = read_2_bytes (abfd, info_ptr); in read_attribute_value() 4606 DW_UNSND (attr) = read_2_bytes (abfd, info_ptr); in read_attribute_value() 4666 DW_UNSND (attr) = read_2_bytes (abfd, info_ptr); in read_attribute_value() 4719 read_2_bytes (bfd *abfd, char *buf) in read_2_bytes() function 5235 lh->version = read_2_bytes (abfd, line_ptr); in dwarf_decode_line_header() 5496 address += read_2_bytes (abfd, line_ptr); in dwarf_decode_lines() 7569 stack[++stacki] = read_2_bytes (objfile->obfd, &data[i]); in decode_locdesc()
|