Lines Matching refs:compunit
1576 DWARF2_Internal_CompUnit compunit; in process_debug_info() local
1587 compunit.cu_length = byte_get (hdrptr, 4); in process_debug_info()
1590 if (compunit.cu_length == 0xffffffff) in process_debug_info()
1592 compunit.cu_length = byte_get (hdrptr, 8); in process_debug_info()
1603 compunit.cu_version = byte_get (hdrptr, 2); in process_debug_info()
1607 start += compunit.cu_length + initial_length_size; in process_debug_info()
1610 compunit.cu_abbrev_offset = byte_get (hdrptr, offset_size); in process_debug_info()
1613 compunit.cu_pointer_size = byte_get (hdrptr, 1); in process_debug_info()
1620 = compunit.cu_pointer_size; in process_debug_info()
1636 printf (_(" Length: %ld\n"), compunit.cu_length); in process_debug_info()
1637 printf (_(" Version: %d\n"), compunit.cu_version); in process_debug_info()
1638 printf (_(" Abbrev Offset: %ld\n"), compunit.cu_abbrev_offset); in process_debug_info()
1639 printf (_(" Pointer Size: %d\n"), compunit.cu_pointer_size); in process_debug_info()
1642 if (compunit.cu_version != 2 && compunit.cu_version != 3) in process_debug_info()
1654 + compunit.cu_abbrev_offset - debug_displays [abbrev].section.address, in process_debug_info()
1719 compunit.cu_pointer_size, in process_debug_info()
1721 compunit.cu_version, in process_debug_info()