Searched refs:read_signed_leb128 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c977 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
1333 read_signed_leb128 (unit->abfd, buf, &bytes_read);
970 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
H A Ddwarf2read.c721 static long read_signed_leb128 (bfd *, char *, unsigned int *);
4654 DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read);
4992 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
5456 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
7595 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibbfd-in.h738 extern bfd_signed_vma read_signed_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Dlibbfd.c1020 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED,
1017 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
H A Dlibbfd.h743 extern bfd_signed_vma read_signed_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Ddwarf2.c640 attr->u.sval = read_signed_leb128 (abfd, info_ptr, &bytes_read);
1252 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);

Completed in 93 milliseconds