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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c1596 DWARF2_Internal_CompUnit compunit; local
1607 compunit.cu_length = byte_get (hdrptr, 4);
1610 if (compunit.cu_length == 0xffffffff)
1612 compunit.cu_length = byte_get (hdrptr, 8);
1623 compunit.cu_version = byte_get (hdrptr, 2);
1629 compunit.cu_abbrev_offset = byte_get (hdrptr, offset_size);
1632 compunit.cu_pointer_size = byte_get (hdrptr, 1);
1639 = compunit.cu_pointer_size;
1653 printf (_(" Length: %ld\n"), compunit.cu_length);
1654 printf (_(" Version: %d\n"), compunit
[all...]

Completed in 80 milliseconds