Home
last modified time | relevance | path

Searched refs:read_sleb128 (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c280 read_sleb128 (unsigned char * data, in read_sleb128() function
1001 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression()
1206 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression()
1219 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression()
1227 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression()
1352 dwarf_vmatoa ("d", read_sleb128 (data, in decode_location_expression()
1605 uvalue = read_sleb128 (data, & bytes_read, end); in read_and_display_attr_value()
3098 adv = read_sleb128 (data, & bytes_read, end); in display_line_program()
3198 adv = read_sleb128 (data, & bytes_read, end); in display_line_program()
3218 adv = read_sleb128 (data, & bytes_read, end); in display_line_program()
[all …]
DChangeLog-2011766 (read_sleb128): New static function.
777 (SLEB macro): Use new read_sleb128 function.
DChangeLog-2013406 (read_sleb128): Add END parameter.
/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c124 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) in read_sleb128() function
660 REQUIRE (read_sleb128 (&buf, end, &cie->data_align)); in _bfd_elf_parse_eh_frame()
DChangeLog-20055079 * elf-eh-frame.c (read_uleb128, read_sleb128): Delete in favor of...
5080 (read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new