Home
last modified time | relevance | path

Searched refs:read_8_bytes (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c234 read_8_bytes (bfd *abfd, char *buf) in read_8_bytes() function
277 offset = read_8_bytes (unit->abfd, buf); in read_indirect_string()
583 attr->u.val = read_8_bytes (abfd, info_ptr); in read_attribute_value()
641 attr->u.val = read_8_bytes (abfd, info_ptr); in read_attribute_value()
965 lh.total_length = read_8_bytes (abfd, line_ptr); in decode_line_info()
982 lh.prologue_length = read_8_bytes (abfd, line_ptr); in decode_line_info()
1454 abbrev_offset = read_8_bytes (abfd, info_ptr); in parse_comp_unit()
1807 length = read_8_bytes (abfd, stash->info_ptr + 4); in _bfd_dwarf2_find_nearest_line()
1824 length = read_8_bytes (abfd, stash->info_ptr); in _bfd_dwarf2_find_nearest_line()
H A DChangeLog678 (read_8_bytes, read_indirect_string, read_address): Likewise.
H A DChangeLog-0001921 (read_8_bytes): Return bfd_vma.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c269 read_8_bytes (bfd *abfd, bfd_byte *buf) in read_8_bytes() function
314 offset = read_8_bytes (unit->abfd, buf); in read_indirect_string()
597 attr->u.val = read_8_bytes (abfd, info_ptr); in read_attribute_value()
655 attr->u.val = read_8_bytes (abfd, info_ptr); in read_attribute_value()
1008 lh.total_length = read_8_bytes (abfd, line_ptr); in decode_line_info()
1025 lh.prologue_length = read_8_bytes (abfd, line_ptr); in decode_line_info()
1618 low_pc = read_8_bytes (unit->abfd, ranges_ptr); in read_rangelist()
1620 high_pc = read_8_bytes (unit->abfd, ranges_ptr); in read_rangelist()
1900 abbrev_offset = read_8_bytes (abfd, info_ptr); in parse_comp_unit()
2443 length = read_8_bytes (abfd, stash->info_ptr + 4); in _bfd_dwarf2_find_nearest_line()
[all …]
H A DChangeLog-20044335 (read_8_bytes, read_indirect_string, read_address): Likewise.
H A DChangeLog-0001921 (read_8_bytes): Return bfd_vma.
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c950 read_8_bytes (bfd *abfd, char *buf) in read_8_bytes() function
1280 cie_pointer = read_8_bytes (unit->abfd, buf); in decode_frame_entry_1()
H A Ddwarf2read.c792 static unsigned long read_8_bytes (bfd *, char *);
5650 DW_UNSND (attr) = read_8_bytes (abfd, info_ptr); in read_attribute_value()
5707 DW_ADDR (attr) = cu->header.offset + read_8_bytes (abfd, info_ptr); in read_attribute_value()
5777 read_8_bytes (bfd *abfd, char *buf) in read_8_bytes() function
H A DChangeLog-20003504 (read_8_bytes): Change return type to long.