• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/

Lines Matching defs:read_unsigned_leb128

831 static unsigned long read_unsigned_leb128 (bfd *, gdb_byte *, unsigned int *);
2193 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
2291 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
2309 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
5164 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5177 cur_abbrev->tag = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5186 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5188 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5212 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5214 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5238 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5778 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
5909 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
5936 DW_UNSND (attr) = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
5957 + read_unsigned_leb128 (abfd, info_ptr, &bytes_read));
5961 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
6242 read_unsigned_leb128 (bfd *abfd, gdb_byte *buf, unsigned int *bytes_read_ptr)
6586 dir_index = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6588 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6590 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6752 extended_len = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6784 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6787 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6790 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6832 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6847 file = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6865 column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
6894 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
9162 unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read);
9206 stack[++stacki] = read_unsigned_leb128 (NULL, (data + i),
9227 stack[stacki] += read_unsigned_leb128 (NULL, (data + i), &bytes_read);
9607 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
9634 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
9636 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
9686 constant = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);