Home
last modified time | relevance | path

Searched refs:unit_length (Results 1 – 18 of 18) sorted by relevance

/external/elfutils/libdw/
Ddwarf_next_lines.c74 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()
DlibdwP.h1081 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 …]
Ddwarf_getsrclines.c204 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()
DChangeLog1418 unit_length.
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_addr_unsupported_version.s29 .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
Ddebug_addr_small_length_field.s7 # 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
Ddebug_addr_too_small_for_section.s7 # ERR: section is not large enough to contain an address table at offset 0x0 with a unit_length val…
13 .long 12 # unit_length
Ddebug_addr.s26 .long 12 # unit_length = .short + .byte + .byte + .long + .long
35 .long 4 # unit_length = .short + .byte + .byte
Ddebug_addr_address_size_mismatch.s32 .long 12 # unit_length = .short + .byte + .byte + .long + .long
41 .long 12 # unit_length = .short + .byte + .byte + .long + .long
Ddebug-line.s71 .long .Lunit0_end - .Lunit0_begin ## unit_length
127 .long .Lunit1_end - .Lunit1_begin ## unit_length
153 .long .Lunit2_end - .Lunit2_begin ## unit_length
Ddebug_addr_invalid_addr_size.s13 .long 12 # unit_length = .short + .byte + .byte + .long + .long
Ddebug_addr_too_small_for_length_field.s13 .short 1 # unit_length
Ddebug_addr_segment_selector.s14 .long 4 # unit_length = .short + .byte + .byte
Ddebug_addr_address_size_not_multiple.s13 .long 11 # unit_length = .short + .byte + .byte + .long + .long - 1
Ddebug_addr_64bit_address.s24 .long 20 # unit_length = .short + .byte + .byte + .quad + .quad
/external/elfutils/src/
Dreadelf.c5204 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 …]
DChangeLog746 * 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/
Drelativenames.s75 .long .Lunit_end - .Lunit_begin ## unit_length