Home
last modified time | relevance | path

Searched refs:read_unsigned_leb128 (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c319 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, in read_unsigned_leb128() function
478 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
649 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
1040 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1043 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1046 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1130 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1133 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1136 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1156 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
[all …]
H A Delf-eh-frame.c32 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, in read_unsigned_leb128() function
90 (VAR) = read_unsigned_leb128 (abfd, buf, &leb128_tmp); \
H A DChangeLog-98993020 * dwarf2.c (read_unsigned_leb128): Remove unused variables.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c475 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
663 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
1098 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1101 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1104 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1196 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1199 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1202 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1225 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1238 file = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
[all …]
H A Dlibbfd-in.h727 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Dlibbfd.c972 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, in read_unsigned_leb128() function
H A Dlibbfd.h732 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Delf32-arm.c7623 tag = read_unsigned_leb128 (abfd, p, &n); in elf32_arm_parse_attributes()
7639 tag = read_unsigned_leb128 (abfd, p, &n); in elf32_arm_parse_attributes()
7649 val = read_unsigned_leb128 (abfd, p, &n); in elf32_arm_parse_attributes()
7663 val = read_unsigned_leb128 (abfd, p, &n); in elf32_arm_parse_attributes()
H A DChangeLog-20055096 (read_unsigned_leb128): Removed.
5103 * elf-eh-frame.c (read_unsigned_leb128): Moved to ...
5107 * libbfd-in.h (read_unsigned_leb128): New prototype.
H A DChangeLog-98993020 * dwarf2.c (read_unsigned_leb128): Remove unused variables.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c2148 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, bytes_read); in peek_die_abbrev()
2246 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in skip_one_die()
2264 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in skip_one_die()
5712 + read_unsigned_leb128 (abfd, info_ptr, &bytes_read)); in read_attribute_value()
5716 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
6342 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_line_header()
6493 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
6544 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
6600 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
8641 unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read); in decode_locdesc()
[all …]
H A Ddwarf2-frame.c956 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) in read_unsigned_leb128() function
1334 read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1347 cie->return_address_register = read_unsigned_leb128 (unit->abfd, buf, in decode_frame_entry_1()
1356 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1455 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
H A DChangeLog-20003505 (read_unsigned_leb128): Change return type to long. Change type of