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

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c350 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
623 attr->u.sval = read_signed_leb128 (abfd, info_ptr, &bytes_read);
1162 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
H A Delf-eh-frame.c60 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
98 (VAR) = read_signed_leb128 (abfd, buf, &leb128_tmp); \
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2-frame.c964 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
1321 read_signed_leb128 (unit->abfd, buf, &bytes_read);
957 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
H A Ddwarf2read.c814 static long read_signed_leb128 (bfd *, char *, unsigned int *);
5686 DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read);
6025 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
6546 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
8686 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);

Completed in 68 milliseconds