Searched refs:cu_start_offset (Results 1 – 2 of 2) sorted by relevance
438 UWord cu_start_offset; member1262 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() local4575 cu_start_offset = get_position_of_Cursor( &info ); in new_dwarf3_reader_wrk()[all …]
253 dw_offset_t cu_start_offset = (*pos)->GetOffset(); in GetCompileUnitContainingDIE() local255 if (cu_start_offset <= die_offset && die_offset < cu_end_offset) in GetCompileUnitContainingDIE()