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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c228 read_4_bytes (bfd *abfd, char *buf) function
275 offset = read_4_bytes (unit->abfd, buf);
568 blk->size = read_4_bytes (abfd, info_ptr);
579 attr->u.val = read_4_bytes (abfd, info_ptr);
637 attr->u.val = read_4_bytes (abfd, info_ptr);
960 lh.total_length = read_4_bytes (abfd, line_ptr);
972 lh.total_length = read_4_bytes (abfd, line_ptr);
980 lh.prologue_length = read_4_bytes (abfd, line_ptr);
1452 abbrev_offset = read_4_bytes (abfd, info_ptr);
1801 length = read_4_bytes (abf
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c263 read_4_bytes (bfd *abfd, bfd_byte *buf) function
312 offset = read_4_bytes (unit->abfd, buf);
582 blk->size = read_4_bytes (abfd, info_ptr);
593 attr->u.val = read_4_bytes (abfd, info_ptr);
651 attr->u.val = read_4_bytes (abfd, info_ptr);
1003 lh.total_length = read_4_bytes (abfd, line_ptr);
1015 lh.total_length = read_4_bytes (abfd, line_ptr);
1023 lh.prologue_length = read_4_bytes (abfd, line_ptr);
1611 low_pc = read_4_bytes (unit->abfd, ranges_ptr);
1613 high_pc = read_4_bytes (uni
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c951 read_4_bytes (bfd *abfd, char *buf)
1294 cie_pointer = read_4_bytes (unit->abfd, buf);
944 read_4_bytes (bfd *abfd, char *buf) function
H A Ddwarf2read.c790 static unsigned int read_4_bytes (bfd *, char *);
1252 info_offset = read_4_bytes (abfd, pubnames_ptr);
1254 info_size = read_4_bytes (abfd, pubnames_ptr);
2256 info_ptr += 4 + read_4_bytes (abfd, info_ptr);
5635 blk->size = read_4_bytes (abfd, info_ptr);
5646 DW_UNSND (attr) = read_4_bytes (abfd, info_ptr);
5703 DW_ADDR (attr) = cu->header.offset + read_4_bytes (abfd, info_ptr);
5765 read_4_bytes (bfd *abfd, char *buf) function
8675 stack[++stacki] = read_4_bytes (objfile->obfd, &data[i]);

Completed in 218 milliseconds