Searched refs:read_4_bytes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | dwarf2.c | 265 read_4_bytes (bfd *abfd, bfd_byte *buf) in read_4_bytes() function 314 offset = read_4_bytes (unit->abfd, buf); in read_indirect_string() 584 blk->size = read_4_bytes (abfd, info_ptr); in read_attribute_value() 595 attr->u.val = read_4_bytes (abfd, info_ptr); in read_attribute_value() 656 attr->u.val = read_4_bytes (abfd, info_ptr); in read_attribute_value() 1029 lh.total_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1041 lh.total_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1049 lh.prologue_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1633 low_pc = read_4_bytes (unit->abfd, ranges_ptr); in read_rangelist() 1635 high_pc = read_4_bytes (unit->abfd, ranges_ptr); in read_rangelist() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarf2-frame.c | 931 read_4_bytes (bfd *abfd, char *buf) in read_4_bytes() function 1272 cie_pointer = read_4_bytes (unit->abfd, buf); in decode_frame_entry_1()
|
| H A D | dwarf2read.c | 699 static unsigned int read_4_bytes (bfd *, char *); 1106 info_offset = read_4_bytes (abfd, pubnames_ptr); 1108 info_size = read_4_bytes (abfd, pubnames_ptr); 4599 blk->size = read_4_bytes (abfd, info_ptr); in read_attribute_value() 4610 DW_UNSND (attr) = read_4_bytes (abfd, info_ptr); in read_attribute_value() 4670 DW_UNSND (attr) = read_4_bytes (abfd, info_ptr); in read_attribute_value() 4731 read_4_bytes (bfd *abfd, char *buf) in read_4_bytes() function 7579 stack[++stacki] = read_4_bytes (objfile->obfd, &data[i]); in decode_locdesc()
|