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

/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c1576 DWARF2_Internal_CompUnit compunit; local
1587 compunit.cu_length = byte_get (hdrptr, 4);
1590 if (compunit.cu_length == 0xffffffff)
1592 compunit.cu_length = byte_get (hdrptr, 8);
1603 compunit.cu_version = byte_get (hdrptr, 2);
1607 start += compunit.cu_length + initial_length_size;
1610 compunit.cu_abbrev_offset = byte_get (hdrptr, offset_size);
1613 compunit.cu_pointer_size = byte_get (hdrptr, 1);
1620 = compunit.cu_pointer_size;
1636 printf (_(" Length: %ld\n"), compunit
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c2348 DWARF2_Internal_CompUnit compunit; local
2364 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end);
2366 if (compunit.cu_length == 0xffffffff)
2368 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 8, end);
2378 SAFE_BYTE_GET_AND_INC (compunit.cu_version, hdrptr, 2, end);
2384 SAFE_BYTE_GET_AND_INC (compunit.cu_abbrev_offset, hdrptr, offset_size, end);
2397 SAFE_BYTE_GET_AND_INC (compunit.cu_pointer_size, hdrptr, 1, end);
2399 if (compunit.cu_pointer_size < 2 || compunit.cu_pointer_size > 8)
2401 warn (_("Invalid pointer size (%d) in compunit heade
[all...]

Completed in 94 milliseconds