Searched refs:read_uleb128 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.c | 310 read_uleb128 (unsigned char * data, in read_uleb128() function 484 len = read_uleb128 (data, & bytes_read, end); in process_extended_line_op() 529 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op() 531 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op() 533 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op() 545 discrim = read_uleb128 (data, & bytes_read, end); in process_extended_line_op() 593 opc = read_uleb128 (data, & bytes_read, edata); in process_extended_line_op() 604 read_uleb128 (data, & bytes_read, edata))); in process_extended_line_op() 611 read_uleb128 (data, & bytes_read, edata))); in process_extended_line_op() 615 read_uleb128 (data, & bytes_read, edata))); in process_extended_line_op() [all …]
|
D | readelf.c | 688 read_uleb128 (unsigned char *data, in read_uleb128() function 8166 offset = read_uleb128 (buf, &len, buf + i + 1); in decode_arm_unwind_bytecode() 8372 offset = read_uleb128 (buf, &len, buf + i + 1); in decode_tic6x_unwind_bytecode() 13003 val = read_uleb128 (p, &len, end); in display_tag_value() 13148 tag = read_uleb128 (p, &len, end); in display_arm_attribute() 13169 val = read_uleb128 (p, &len, end); in display_arm_attribute() 13183 val = read_uleb128 (p, &len, end); in display_arm_attribute() 13202 val = read_uleb128 (p, &len, end); in display_arm_attribute() 13222 val = read_uleb128 (p, &len, end); in display_arm_attribute() 13249 val = read_uleb128 (p, &len, end); in display_arm_attribute() [all …]
|
D | ChangeLog-2013 | 407 (read_uleb128): New function. 422 * readelf.c (read_uleb128): Add END parameter. 423 (decode_arm_unwind_bytecode): Pass END to read_uleb128. 427 read_uleb128. Use display_tag_value.
|
D | ChangeLog-2010 | 846 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf-eh-frame.c | 105 read_uleb128 (bfd_byte **iter, bfd_byte *end, bfd_vma *value) in read_uleb128() function 377 return (read_uleb128 (iter, end, &length) in skip_cfa_op() 384 && read_uleb128 (iter, end, &length) in skip_cfa_op() 764 REQUIRE (read_uleb128 (&buf, end, &cie->code_align)); in _bfd_elf_parse_eh_frame() 772 REQUIRE (read_uleb128 (&buf, end, &cie->ra_column)); in _bfd_elf_parse_eh_frame() 783 REQUIRE (read_uleb128 (&buf, end, &cie->augmentation_size)); in _bfd_elf_parse_eh_frame() 934 REQUIRE (read_uleb128 (&buf, end, &length)); in _bfd_elf_parse_eh_frame()
|
D | ChangeLog-2005 | 5079 * elf-eh-frame.c (read_uleb128, read_sleb128): Delete in favor of... 5080 (read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new
|