Searched refs:read_8_bytes (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | dwarf2.c | 271 read_8_bytes (bfd *abfd, bfd_byte *buf) in read_8_bytes() function 316 offset = read_8_bytes (unit->abfd, buf); in read_indirect_string() 599 attr->u.val = read_8_bytes (abfd, info_ptr); in read_attribute_value() 660 attr->u.val = read_8_bytes (abfd, info_ptr); in read_attribute_value() 1034 lh.total_length = read_8_bytes (abfd, line_ptr); in decode_line_info() 1051 lh.prologue_length = read_8_bytes (abfd, line_ptr); in decode_line_info() 1640 low_pc = read_8_bytes (unit->abfd, ranges_ptr); in read_rangelist() 1642 high_pc = read_8_bytes (unit->abfd, ranges_ptr); in read_rangelist() 1922 abbrev_offset = read_8_bytes (abfd, info_ptr); in parse_comp_unit() 2512 length = read_8_bytes (stash->bfd, stash->info_ptr + 4); in find_line()
|
| HD | ChangeLog-0001 | 921 (read_8_bytes): Return bfd_vma.
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | dwarf2-frame.c | 937 read_8_bytes (bfd *abfd, char *buf) in read_8_bytes() function 1267 cie_pointer = read_8_bytes (unit->abfd, buf); in decode_frame_entry_1()
|
| HD | dwarf2read.c | 701 static unsigned long read_8_bytes (bfd *, char *); 4614 DW_UNSND (attr) = read_8_bytes (abfd, info_ptr); in read_attribute_value() 4674 DW_UNSND (attr) = read_8_bytes (abfd, info_ptr); in read_attribute_value() 4743 read_8_bytes (bfd *abfd, char *buf) in read_8_bytes() function
|