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

/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c135 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); local
137 if (unlikely (unit_length == DWARF3_LENGTH_64_BIT))
141 unit_length = read_8ubyte_unaligned_inc (dbg, linep);
146 if (unit_length < 2 + length + 5 * 1
147 || unlikely (linep + unit_length > lineendp))
149 lineendp = linep + unit_length;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c394 .unit_length :: InitialLength field of the CU Header.
396 include the size of the .unit_length field itself, which is
399 ULong unit_length; member in struct:__anon32471
875 cc->unit_length
879 TRACE_D3(" Length: %lld\n", cc->unit_length );
1596 /* unit_length = */
3808 cu_offset_now = (cu_start_offset + cc.unit_length
3975 cc.unit_length + (cc.is_dw64 ? 12 : 4));
3978 cu_size_including_IniLen = cc.unit_length + (cc.is_dw64 ? 12 : 4);
/external/elfutils/0.153/src/
H A Dreadelf.c5240 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, readp); local
5242 if (unlikely (unit_length == 0xffffffff))
5247 unit_length = read_8ubyte_unaligned_inc (dbg, readp);
5251 if (unlikely (unit_length == 0))
5260 const unsigned char *const cieend = readp + unit_length;
5320 offset, (uint64_t) unit_length, (uint64_t) cie_id,
5443 offset, (uint64_t) unit_length,
6010 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); local
6012 if (unlikely (unit_length == 0xffffffff))
6021 unit_length
[all...]

Completed in 179 milliseconds