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

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c234 read_8_bytes (bfd *abfd, char *buf) function
277 offset = read_8_bytes (unit->abfd, buf);
585 attr->u.val = read_8_bytes (abfd, info_ptr);
643 attr->u.val = read_8_bytes (abfd, info_ptr);
967 lh.total_length = read_8_bytes (abfd, line_ptr);
984 lh.prologue_length = read_8_bytes (abfd, line_ptr);
1456 abbrev_offset = read_8_bytes (abfd, info_ptr);
1815 length = read_8_bytes (abfd, stash->info_ptr + 4);
1832 length = read_8_bytes (abfd, stash->info_ptr);
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2-frame.c931 read_8_bytes (bfd *abfd, char *buf)
1263 cie_pointer = read_8_bytes (unit->abfd, buf);
924 read_8_bytes (bfd *abfd, char *buf) function
H A Ddwarf2read.c794 static unsigned long read_8_bytes (bfd *, char *);
5649 DW_UNSND (attr) = read_8_bytes (abfd, info_ptr);
5706 DW_ADDR (attr) = cu->header.offset + read_8_bytes (abfd, info_ptr);
5776 read_8_bytes (bfd *abfd, char *buf) function

Completed in 112 milliseconds