Home
last modified time | relevance | path

Searched refs:cu_start_offset (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c438 UWord cu_start_offset; member
1262 UWord res = cc->cu_start_offset + (UWord)u8; in get_Form_contents()
1270 UWord res = cc->cu_start_offset + (UWord)u16; in get_Form_contents()
1278 UWord res = cc->cu_start_offset + (UWord)u32; in get_Form_contents()
1286 UWord res = cc->cu_start_offset + (UWord)u64; in get_Form_contents()
1294 UWord res = cc->cu_start_offset + (UWord)u64; in get_Form_contents()
2598 || posn < cc->cu_start_offset in get_inlFnName()
2599 || posn >= cc->cu_start_offset + cc->unit_length) { in get_inlFnName()
4572 UWord cu_start_offset, cu_offset_now; in new_dwarf3_reader_wrk() local
4575 cu_start_offset = get_position_of_Cursor( &info ); in new_dwarf3_reader_wrk()
[all …]
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp253 dw_offset_t cu_start_offset = (*pos)->GetOffset(); in GetCompileUnitContainingDIE() local
255 if (cu_start_offset <= die_offset && die_offset < cu_end_offset) in GetCompileUnitContainingDIE()