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

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c321 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
468 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
480 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
486 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
488 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
506 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
508 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
526 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
599 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
627 attr->u.val = read_unsigned_leb128 (abf
[all...]
H A Delf-eh-frame.c32 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
90 (VAR) = read_unsigned_leb128 (abfd, buf, &leb128_tmp); \
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2-frame.c937 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
1317 read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
1330 cie->return_address_register = read_unsigned_leb128 (unit->abfd, buf,
1339 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
1438 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
930 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
H A Ddwarf2read.c812 static unsigned long read_unsigned_leb128 (bfd *, char *, unsigned int *);
2147 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
2245 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
2263 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4969 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4982 cur_abbrev->tag = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4991 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4993 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5017 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5019 abbrev_form = read_unsigned_leb128 (abf
5997 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
[all...]

Completed in 62 milliseconds