Searched refs:read_sleb128 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.c | 302 read_sleb128 (unsigned char * data, in read_sleb128() function 1038 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression() 1243 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression() 1256 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression() 1264 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression() 1389 dwarf_vmatoa ("d", read_sleb128 (data, in decode_location_expression() 1646 uvalue = read_sleb128 (data, & bytes_read, end); in read_and_display_attr_value() 3221 adv = read_sleb128 (data, & bytes_read, end); in display_line_program() 3321 adv = read_sleb128 (data, & bytes_read, end); in display_line_program() 3341 adv = read_sleb128 (data, & bytes_read, end); in display_line_program() [all …]
|
D | ChangeLog-2011 | 766 (read_sleb128): New static function. 777 (SLEB macro): Use new read_sleb128 function.
|
D | ChangeLog-2013 | 406 (read_sleb128): Add END parameter.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf-eh-frame.c | 124 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) in read_sleb128() function 765 REQUIRE (read_sleb128 (&buf, end, &cie->data_align)); 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
|