Searched refs:read_4_bytes (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | dwarf2.c | 228 read_4_bytes (bfd *abfd, char *buf) in read_4_bytes() function 275 offset = read_4_bytes (unit->abfd, buf); in read_indirect_string() 568 blk->size = read_4_bytes (abfd, info_ptr); in read_attribute_value() 579 attr->u.val = read_4_bytes (abfd, info_ptr); in read_attribute_value() 637 attr->u.val = read_4_bytes (abfd, info_ptr); in read_attribute_value() 960 lh.total_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 972 lh.total_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 980 lh.prologue_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1452 abbrev_offset = read_4_bytes (abfd, info_ptr); in parse_comp_unit() 1801 length = read_4_bytes (abfd, stash->info_ptr); in _bfd_dwarf2_find_nearest_line() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | dwarf2.c | 263 read_4_bytes (bfd *abfd, bfd_byte *buf) in read_4_bytes() function 312 offset = read_4_bytes (unit->abfd, buf); in read_indirect_string() 582 blk->size = read_4_bytes (abfd, info_ptr); in read_attribute_value() 593 attr->u.val = read_4_bytes (abfd, info_ptr); in read_attribute_value() 651 attr->u.val = read_4_bytes (abfd, info_ptr); in read_attribute_value() 1003 lh.total_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1015 lh.total_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1023 lh.prologue_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1611 low_pc = read_4_bytes (unit->abfd, ranges_ptr); in read_rangelist() 1613 high_pc = read_4_bytes (unit->abfd, ranges_ptr); in read_rangelist() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarf2-frame.c | 944 read_4_bytes (bfd *abfd, char *buf) in read_4_bytes() function 1285 cie_pointer = read_4_bytes (unit->abfd, buf); in decode_frame_entry_1()
|
| H A D | dwarf2read.c | 790 static unsigned int read_4_bytes (bfd *, char *); 1252 info_offset = read_4_bytes (abfd, pubnames_ptr); 1254 info_size = read_4_bytes (abfd, pubnames_ptr); 2256 info_ptr += 4 + read_4_bytes (abfd, info_ptr); in skip_one_die() 5635 blk->size = read_4_bytes (abfd, info_ptr); in read_attribute_value() 5646 DW_UNSND (attr) = read_4_bytes (abfd, info_ptr); in read_attribute_value() 5703 DW_ADDR (attr) = cu->header.offset + read_4_bytes (abfd, info_ptr); in read_attribute_value() 5765 read_4_bytes (bfd *abfd, char *buf) in read_4_bytes() function 8675 stack[++stacki] = read_4_bytes (objfile->obfd, &data[i]); in decode_locdesc()
|