Searched refs:read_2_bytes (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c222 read_2_bytes (bfd *abfd, char *buf) function
561 blk->size = read_2_bytes (abfd, info_ptr);
577 attr->u.val = read_2_bytes (abfd, info_ptr);
635 attr->u.val = read_2_bytes (abfd, info_ptr);
979 lh.version = read_2_bytes (abfd, line_ptr);
1193 address += read_2_bytes (abfd, line_ptr);
1450 version = read_2_bytes (abfd, info_ptr);
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c790 static unsigned int read_2_bytes (bfd *, char *);
1277 cu_header->version = read_2_bytes (abfd, info_ptr);
2252 info_ptr += 2 + read_2_bytes (abfd, info_ptr);
5626 blk->size = read_2_bytes (abfd, info_ptr);
5641 DW_UNSND (attr) = read_2_bytes (abfd, info_ptr);
5698 DW_ADDR (attr) = cu->header.offset + read_2_bytes (abfd, info_ptr);
5752 read_2_bytes (bfd *abfd, char *buf) function
6300 lh->version = read_2_bytes (abfd, line_ptr);
6587 address += read_2_bytes (abfd, line_ptr);
8660 stack[++stacki] = read_2_bytes (objfil
[all...]

Completed in 57 milliseconds