Home
last modified time | relevance | path

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

1234

/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dmacro.c273 bytes += read_unsigned_leb128 (abfd, bytes, &bytes_read); in skip_form_bytes()
339 arg = read_unsigned_leb128 (abfd, defn, &bytes_read); in skip_unknown_opcode()
492 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macro_bytes()
620 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macro_bytes()
622 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macro_bytes()
741 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macro_bytes()
834 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
867 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
877 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
879 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
[all …]
H A Dline-header.c177 read_unsigned_leb128 (abfd, buf, &bytes_read); in read_formatted_entries()
179 read_unsigned_leb128 (abfd, buf, &bytes_read); in read_formatted_entries()
183 data_count = read_unsigned_leb128 (abfd, buf, &bytes_read); in read_formatted_entries()
192 ULONGEST content_type = read_unsigned_leb128 (abfd, format, &bytes_read); in read_formatted_entries()
195 ULONGEST form = read_unsigned_leb128 (abfd, format, &bytes_read); in read_formatted_entries()
240 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read)); in read_formatted_entries()
429 d_index = (dir_index) read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_line_header()
431 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_line_header()
433 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_line_header()
H A Dabbrev.c99 unsigned int abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, in read()
112 = (enum dwarf_tag) read_unsigned_leb128 (abfd, abbrev_ptr, in read()
125 = (enum dwarf_attribute) read_unsigned_leb128 (abfd, abbrev_ptr, in read()
129 = (enum dwarf_form) read_unsigned_leb128 (abfd, abbrev_ptr, in read()
H A Dleb.h83 extern ULONGEST read_unsigned_leb128 (bfd *, const gdb_byte *, unsigned int *);
H A Dleb.c31 read_unsigned_leb128 (bfd *abfd, const gdb_byte *buf, in read_unsigned_leb128() function
H A Dread.c5118 ull = read_unsigned_leb128 (abfd, m_addr, &bytes_read);
8200 return read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
8217 = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
14738 high = read_unsigned_leb128 (nullptr, data.data (),
20103 + read_unsigned_leb128 (abfd, info_ptr,
21235 extended_len = read_unsigned_leb128 (abfd, line_ptr,
21275 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21278 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21281 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21320 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Ddwarf2.c425 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
596 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
987 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
990 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
993 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1077 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1080 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1083 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1103 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1116 file = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/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); \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Ddwarf2.c319 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED,
478 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
649 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
1040 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1043 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1046 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1130 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1133 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1136 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1156 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
[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); \
/dports/devel/djgpp-binutils/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 …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Dod-macho.c691 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
697 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
708 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
713 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
718 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
721 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
758 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_bind()
787 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_bind()
793 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_bind()
801 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_bind()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Dod-macho.c691 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
697 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
708 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
713 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
718 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
721 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase()
758 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_bind()
787 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_bind()
793 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_bind()
801 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_bind()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Ddwarf2.c726 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
1560 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1563 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1566 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1669 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1672 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1675 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1710 * read_unsigned_leb128 (abfd, line_ptr, in decode_line_info()
1714 bfd_vma adjust = read_unsigned_leb128 (abfd, line_ptr, in decode_line_info()
1732 file = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
[all …]
H A Delf-attrs.c484 tag = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
500 tag = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
506 val = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
518 val = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Ddwarf2.c713 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
1531 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1534 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1537 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1637 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1640 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1643 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1648 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
1672 * read_unsigned_leb128 (abfd, line_ptr, in decode_line_info()
1676 bfd_vma adjust = read_unsigned_leb128 (abfd, line_ptr, in decode_line_info()
[all …]
H A Delf-attrs.c480 tag = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
496 tag = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
502 val = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
514 val = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddwarf2read.c1897 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, bytes_read); in peek_die_abbrev()
1995 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in skip_one_die()
2013 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in skip_one_die()
5205 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
5837 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_line_header()
5985 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
6034 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
6061 column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
6088 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
8131 unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read); in decode_locdesc()
[all …]
H A Ddwarf2-frame.c933 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) in read_unsigned_leb128() function
1312 read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1325 cie->return_address_register = read_unsigned_leb128 (unit->abfd, buf, in decode_frame_entry_1()
1334 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1433 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddwarf2read.c1897 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, bytes_read); in peek_die_abbrev()
1995 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in skip_one_die()
2013 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in skip_one_die()
5205 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
5837 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_line_header()
5985 read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
6034 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
6061 column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
6088 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
8131 unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read); in decode_locdesc()
[all …]
H A Ddwarf2-frame.c933 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) in read_unsigned_leb128() function
1312 read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1325 cie->return_address_register = read_unsigned_leb128 (unit->abfd, buf, in decode_frame_entry_1()
1334 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1433 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddwarf2read.c4259 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in skip_one_die()
9737 + read_unsigned_leb128 (abfd, info_ptr, &bytes_read)); in read_attribute_value()
9741 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
10732 extended_len = read_unsigned_leb128 (abfd, line_ptr, in dwarf_decode_lines()
10831 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
14015 stack[++stacki] = read_unsigned_leb128 (NULL, (data + i), in decode_locdesc()
14036 stack[stacki] += read_unsigned_leb128 (NULL, (data + i), in decode_locdesc()
14460 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
14472 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
14474 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
[all …]
H A Ddwarf2-frame.c1460 read_unsigned_leb128 (bfd *abfd, gdb_byte *buf, unsigned int *bytes_read_ptr) in read_unsigned_leb128() function
1925 read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1938 cie->return_address_register = read_unsigned_leb128 (unit->abfd, buf, in decode_frame_entry_1()
1952 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
2065 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddwarf2read.c6214 return read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in peek_abbrev_code()
6368 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in skip_one_die()
14166 + read_unsigned_leb128 (abfd, info_ptr, &bytes_read)); in read_attribute_value()
14197 read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
15358 extended_len = read_unsigned_leb128 (abfd, line_ptr, in dwarf_decode_lines_1()
15456 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines_1()
17940 stack[stacki] += read_unsigned_leb128 (NULL, (data + i), in decode_locdesc()
18414 arg = read_unsigned_leb128 (abfd, defn, &bytes_read); in skip_unknown_opcode()
18873 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
18906 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
[all …]

1234