Searched refs:read_8_bytes (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c234 read_8_bytes (bfd *abfd, char *buf) function
277 offset = read_8_bytes (unit->abfd, buf);
583 attr->u.val = read_8_bytes (abfd, info_ptr);
641 attr->u.val = read_8_bytes (abfd, info_ptr);
965 lh.total_length = read_8_bytes (abfd, line_ptr);
982 lh.prologue_length = read_8_bytes (abfd, line_ptr);
1454 abbrev_offset = read_8_bytes (abfd, info_ptr);
1807 length = read_8_bytes (abfd, stash->info_ptr + 4);
1824 length = read_8_bytes (abfd, stash->info_ptr);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c269 read_8_bytes (bfd *abfd, bfd_byte *buf) function
314 offset = read_8_bytes (unit->abfd, buf);
597 attr->u.val = read_8_bytes (abfd, info_ptr);
655 attr->u.val = read_8_bytes (abfd, info_ptr);
1008 lh.total_length = read_8_bytes (abfd, line_ptr);
1025 lh.prologue_length = read_8_bytes (abfd, line_ptr);
1618 low_pc = read_8_bytes (unit->abfd, ranges_ptr);
1620 high_pc = read_8_bytes (unit->abfd, ranges_ptr);
1900 abbrev_offset = read_8_bytes (abfd, info_ptr);
2443 length = read_8_bytes (abf
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c957 read_8_bytes (bfd *abfd, char *buf)
1289 cie_pointer = read_8_bytes (unit->abfd, buf);
950 read_8_bytes (bfd *abfd, char *buf) function
H A Ddwarf2read.c792 static unsigned long read_8_bytes (bfd *, char *);
5650 DW_UNSND (attr) = read_8_bytes (abfd, info_ptr);
5707 DW_ADDR (attr) = cu->header.offset + read_8_bytes (abfd, info_ptr);
5777 read_8_bytes (bfd *abfd, char *buf) function

Completed in 225 milliseconds