Home | History | Annotate | Download | only in binutils

Lines Matching defs:cu_length

2437       SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end);
2439 if (compunit.cu_length == 0xffffffff)
2441 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 8, end);
2512 dwarf_vmatoa ("x", compunit.cu_length),
2549 if (cu_offset + compunit.cu_length + initial_length_size
2555 dwarf_vmatoa ("x", compunit.cu_length));
2560 start += compunit.cu_length + initial_length_size;
7225 uint64_t cu_length = byte_get_little_endian (cu_list + i * 8 + 8, 8);
7229 (unsigned long) (cu_offset + cu_length - 1));