Searched refs:read_leb128 (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dwarf.c | 232 len = read_leb128 (data, & bytes_read, 0); in process_extended_line_op() 419 entry = read_leb128 (start, & bytes_read, 0); in process_abbrev_section() 428 tag = read_leb128 (start, & bytes_read, 0); in process_abbrev_section() 442 form = read_leb128 (start, & bytes_read, 0); in process_abbrev_section() 700 read_leb128 (data, &bytes_read, 0)); in decode_location_expression() 845 read_leb128 (data, &bytes_read, 1)); in decode_location_expression() 859 uvalue = read_leb128 (data, &bytes_read, 0); in decode_location_expression() 862 read_leb128 (data, &bytes_read, 1)); in decode_location_expression() 999 form = read_leb128 (data, & bytes_read, 0); in read_and_display_attr_value() 2168 lineno = read_leb128 (curr, & bytes_read, 0); in display_debug_macinfo() [all …]
|
H A D | ChangeLog-2004 | 7 * readelf.c (read_leb128): Support 64bit host.
|
H A D | ChangeLog-9899 | 910 (read_leb128): New function.
|
/openbsd/sys/ddb/ |
H A D | db_dwarf.c | 104 read_leb128(struct dwbuf *d, uint64_t *v, bool signextend) in read_leb128() function 125 return (read_leb128(d, (uint64_t *)v, true)); in read_sleb128() 131 return (read_leb128(d, v, false)); in read_uleb128()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 6244 len = read_leb128 (data, & bytes_read, 0); in process_extended_line_op() 6630 adv = read_leb128 (data, & bytes_read, 1); in display_debug_lines() 6638 adv = read_leb128 (data, & bytes_read, 0); in display_debug_lines() 6646 adv = read_leb128 (data, & bytes_read, 0); in display_debug_lines() 7171 form = read_leb128 (start, & bytes_read, 0); in process_abbrev_section() 7224 lineno = read_leb128 (curr, & bytes_read, 0); in display_debug_macinfo() 7232 lineno = read_leb128 (curr, & bytes_read, 0); in display_debug_macinfo() 7431 read_leb128 (data, &bytes_read, 0)); in decode_location_expression() 7576 read_leb128 (data, &bytes_read, 1)); in decode_location_expression() 7589 uvalue = read_leb128 (data, &bytes_read, 0); in decode_location_expression() [all …]
|
H A D | ChangeLog-9899 | 910 (read_leb128): New function.
|
/openbsd/gnu/llvm/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 74 uint64_t read_leb128(uint8_t **offset) { in read_leb128() function 343 if (read_leb128(&funcstarts_offset) != 0) { in scan_macho_load_commands() 357 uint64_t func_start = read_leb128(&funcstarts_offset); in scan_macho_load_commands()
|