Searched refs:unit_length (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_next_lines.c | 74 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); in dwarf_next_lines() local 75 if (unit_length == DWARF3_LENGTH_64_BIT) in dwarf_next_lines() 79 unit_length = read_8ubyte_unaligned_inc (dbg, linep); in dwarf_next_lines() 83 if (unit_length > (size_t) (lineendp - linep)) in dwarf_next_lines() 86 *next_off += unit_length; in dwarf_next_lines() 87 lineendp = linep + unit_length; in dwarf_next_lines()
|
D | libdwP.h | 1081 uint64_t unit_length; in str_offsets_base_off() local 1084 unit_length = read_4ubyte_unaligned_inc (dbg, readp); in str_offsets_base_off() 1085 if (unlikely (unit_length == 0xffffffff)) in str_offsets_base_off() 1089 unit_length = read_8ubyte_unaligned_inc (dbg, readp); in str_offsets_base_off() 1099 || unit_length < 4 in str_offsets_base_off() 1100 || (uint64_t) (readendp - readp) < unit_length) in str_offsets_base_off() 1165 uint64_t unit_length = read_4ubyte_unaligned_inc (dbg, readp); in __libdw_cu_ranges_base() local 1167 if (unlikely (unit_length == 0xffffffff)) in __libdw_cu_ranges_base() 1172 unit_length = read_8ubyte_unaligned_inc (dbg, readp); in __libdw_cu_ranges_base() 1177 || unit_length < 8 in __libdw_cu_ranges_base() [all …]
|
D | dwarf_getsrclines.c | 204 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); in read_srclines() local 206 if (unlikely (unit_length == DWARF3_LENGTH_64_BIT)) in read_srclines() 210 unit_length = read_8ubyte_unaligned_inc (dbg, linep); in read_srclines() 215 if (unlikely (unit_length > (size_t) (lineendp - linep))) in read_srclines() 217 lineendp = linep + unit_length; in read_srclines()
|
D | ChangeLog | 1418 unit_length.
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_addr_unsupported_version.s | 29 .long 12 # unit_length = .short + .byte + .byte + .long + .long 38 .long 12 # unit_length = .short + .byte + .byte + .long + .long 47 .long 12 # unit_length = .short + .byte + .byte + .long + .long
|
D | debug_addr_small_length_field.s | 7 # ERR: address table at offset 0x0 has a unit_length value of 0x1, which is too small to contain a … 13 .long 1 # unit_length
|
D | debug_addr_too_small_for_section.s | 7 # ERR: section is not large enough to contain an address table at offset 0x0 with a unit_length val… 13 .long 12 # unit_length
|
D | debug_addr.s | 26 .long 12 # unit_length = .short + .byte + .byte + .long + .long 35 .long 4 # unit_length = .short + .byte + .byte
|
D | debug_addr_address_size_mismatch.s | 32 .long 12 # unit_length = .short + .byte + .byte + .long + .long 41 .long 12 # unit_length = .short + .byte + .byte + .long + .long
|
D | debug-line.s | 71 .long .Lunit0_end - .Lunit0_begin ## unit_length 127 .long .Lunit1_end - .Lunit1_begin ## unit_length 153 .long .Lunit2_end - .Lunit2_begin ## unit_length
|
D | debug_addr_invalid_addr_size.s | 13 .long 12 # unit_length = .short + .byte + .byte + .long + .long
|
D | debug_addr_too_small_for_length_field.s | 13 .short 1 # unit_length
|
D | debug_addr_segment_selector.s | 14 .long 4 # unit_length = .short + .byte + .byte
|
D | debug_addr_address_size_not_multiple.s | 13 .long 11 # unit_length = .short + .byte + .byte + .long + .long - 1
|
D | debug_addr_64bit_address.s | 24 .long 20 # unit_length = .short + .byte + .byte + .quad + .quad
|
/external/elfutils/src/ |
D | readelf.c | 5204 uint64_t unit_length; in print_debug_addr_section() local 5270 unit_length = (uint64_t) (next_unitp - readp); in print_debug_addr_section() 5275 unit_length); in print_debug_addr_section() 5286 unit_length = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_addr_section() 5287 if (unlikely (unit_length == 0xffffffff)) in print_debug_addr_section() 5295 unit_length = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_addr_section() 5299 unit_length); in print_debug_addr_section() 5306 || unit_length < 4 in print_debug_addr_section() 5307 || unit_length > (uint64_t) (readendp - readp)) in print_debug_addr_section() 5310 next_unitp = readp + unit_length; in print_debug_addr_section() [all …]
|
D | ChangeLog | 746 * readelf.c (print_debug_addr_section): Set unit_length always to 1972 unit_length. 1994 for the the initial unit_length. 2144 unit_length and augmentationlen.
|
/external/llvm-project/llvm/test/tools/llvm-symbolizer/ |
D | relativenames.s | 75 .long .Lunit_end - .Lunit_begin ## unit_length
|