Searched refs:unit_length (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getsrclines.c214 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); local
216 if (unlikely (unit_length == DWARF3_LENGTH_64_BIT))
220 unit_length = read_8ubyte_unaligned_inc (dbg, linep);
225 if (unlikely (unit_length > (size_t) (lineendp - linep)
226 || unit_length < 2 + length + 5 * 1))
228 lineendp = linep + unit_length;
/external/elfutils/src/
H A Dreadelf.c5547 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, readp); local
5549 if (unlikely (unit_length == 0xffffffff))
5554 unit_length = read_8ubyte_unaligned_inc (dbg, readp);
5558 if (unlikely (unit_length == 0))
5565 if (unlikely (unit_length > maxsize))
5571 const unsigned char *const cieend = readp + unit_length;
5634 offset, (uint64_t) unit_length, (uint64_t) cie_id,
5774 offset, (uint64_t) unit_length,
6498 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
6500 if (unlikely (unit_length
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c431 .unit_length :: InitialLength field of the CU Header.
433 include the size of the .unit_length field itself, which is
436 ULong unit_length; member in struct:__anon24529
1018 cc->unit_length
1022 TRACE_D3(" Length: %llu\n", cc->unit_length );
1889 /* unit_length = */
2599 || posn >= cc->cu_start_offset + cc->unit_length) {
4590 cu_offset_now = (cu_start_offset + cc.unit_length
4766 cc.unit_length + (cc.is_dw64 ? 12 : 4));
4769 cu_size_including_IniLen = cc.unit_length
[all...]

Completed in 370 milliseconds