Lines Matching refs:block_end
9076 unsigned char *block_end; in display_debug_frames() local
9119 block_end = end; in display_debug_frames()
9122 block_end = start + length; in display_debug_frames()
9124 SAFE_BYTE_GET_AND_INC (cie_id, start, offset_size, block_end); in display_debug_frames()
9132 start = read_cie (start, block_end, &cie, &version, in display_debug_frames()
9318 fc->segment_size, block_end); in display_debug_frames()
9322 block_end); in display_debug_frames()
9329 block_end); in display_debug_frames()
9333 READ_ULEB (augmentation_data_len, start, block_end); in display_debug_frames()
9336 if (augmentation_data_len > (bfd_size_type) (block_end - start)) in display_debug_frames()
9341 (unsigned long) (block_end - start)); in display_debug_frames()
9342 start = block_end; in display_debug_frames()
9390 while (start < block_end) in display_debug_frames()
9408 SKIP_ULEB (start, block_end); in display_debug_frames()
9415 if ((size_t) (block_end - start) < encoded_ptr_size) in display_debug_frames()
9416 start = block_end; in display_debug_frames()
9421 if ((size_t) (block_end - start) < 1) in display_debug_frames()
9422 start = block_end; in display_debug_frames()
9427 if ((size_t) (block_end - start) < 2) in display_debug_frames()
9428 start = block_end; in display_debug_frames()
9433 if ((size_t) (block_end - start) < 4) in display_debug_frames()
9434 start = block_end; in display_debug_frames()
9440 READ_ULEB (reg, start, block_end); in display_debug_frames()
9441 SKIP_ULEB (start, block_end); in display_debug_frames()
9444 READ_ULEB (reg, start, block_end); in display_debug_frames()
9447 READ_ULEB (reg, start, block_end); in display_debug_frames()
9450 READ_ULEB (reg, start, block_end); in display_debug_frames()
9453 READ_ULEB (reg, start, block_end); in display_debug_frames()
9454 SKIP_ULEB (start, block_end); in display_debug_frames()
9457 SKIP_ULEB (start, block_end); in display_debug_frames()
9458 SKIP_ULEB (start, block_end); in display_debug_frames()
9461 SKIP_ULEB (start, block_end); in display_debug_frames()
9464 SKIP_ULEB (start, block_end); in display_debug_frames()
9467 READ_ULEB (temp, start, block_end); in display_debug_frames()
9468 if ((size_t) (block_end - start) < temp) in display_debug_frames()
9469 start = block_end; in display_debug_frames()
9475 READ_ULEB (reg, start, block_end); in display_debug_frames()
9476 READ_ULEB (temp, start, block_end); in display_debug_frames()
9477 if ((size_t) (block_end - start) < temp) in display_debug_frames()
9478 start = block_end; in display_debug_frames()
9484 READ_ULEB (reg, start, block_end); in display_debug_frames()
9485 SKIP_SLEB (start, block_end); in display_debug_frames()
9488 SKIP_ULEB (start, block_end); in display_debug_frames()
9489 SKIP_SLEB (start, block_end); in display_debug_frames()
9492 SKIP_SLEB (start, block_end); in display_debug_frames()
9495 if ((size_t) (block_end - start) < 8) in display_debug_frames()
9496 start = block_end; in display_debug_frames()
9501 SKIP_ULEB (start, block_end); in display_debug_frames()
9504 READ_ULEB (reg, start, block_end); in display_debug_frames()
9505 SKIP_ULEB (start, block_end); in display_debug_frames()
9530 while (start < block_end) in display_debug_frames()
9569 READ_ULEB (roffs, start, block_end); in display_debug_frames()
9607 block_end); in display_debug_frames()
9617 SAFE_BYTE_GET_AND_INC (ofs, start, 1, block_end); in display_debug_frames()
9630 SAFE_BYTE_GET_AND_INC (ofs, start, 2, block_end); in display_debug_frames()
9643 SAFE_BYTE_GET_AND_INC (ofs, start, 4, block_end); in display_debug_frames()
9656 READ_ULEB (reg, start, block_end); in display_debug_frames()
9657 READ_ULEB (roffs, start, block_end); in display_debug_frames()
9672 READ_ULEB (reg, start, block_end); in display_debug_frames()
9673 READ_ULEB (roffs, start, block_end); in display_debug_frames()
9688 READ_ULEB (reg, start, block_end); in display_debug_frames()
9711 READ_ULEB (reg, start, block_end); in display_debug_frames()
9725 READ_ULEB (reg, start, block_end); in display_debug_frames()
9739 READ_ULEB (reg, start, block_end); in display_debug_frames()
9740 READ_ULEB (roffs, start, block_end); in display_debug_frames()
9803 READ_ULEB (fc->cfa_reg, start, block_end); in display_debug_frames()
9804 READ_ULEB (fc->cfa_offset, start, block_end); in display_debug_frames()
9812 READ_ULEB (fc->cfa_reg, start, block_end); in display_debug_frames()
9820 READ_ULEB (fc->cfa_offset, start, block_end); in display_debug_frames()
9831 READ_ULEB (ul, start, block_end); in display_debug_frames()
9832 if (ul > (size_t) (block_end - start)) in display_debug_frames()
9849 READ_ULEB (reg, start, block_end); in display_debug_frames()
9850 READ_ULEB (ul, start, block_end); in display_debug_frames()
9855 if (ul > (size_t) (block_end - start)) in display_debug_frames()
9874 READ_ULEB (reg, start, block_end); in display_debug_frames()
9875 READ_ULEB (ul, start, block_end); in display_debug_frames()
9878 if (ul > (size_t) (block_end - start)) in display_debug_frames()
9897 READ_ULEB (reg, start, block_end); in display_debug_frames()
9898 READ_SLEB (l, start, block_end); in display_debug_frames()
9913 READ_ULEB (reg, start, block_end); in display_debug_frames()
9914 READ_SLEB (l, start, block_end); in display_debug_frames()
9929 READ_ULEB (fc->cfa_reg, start, block_end); in display_debug_frames()
9930 READ_SLEB (l, start, block_end); in display_debug_frames()
9940 READ_SLEB (l, start, block_end); in display_debug_frames()
9948 SAFE_BYTE_GET_AND_INC (ofs, start, 8, block_end); in display_debug_frames()
9966 READ_ULEB (ul, start, block_end); in display_debug_frames()
9972 READ_ULEB (reg, start, block_end); in display_debug_frames()
9973 READ_SLEB (l, start, block_end); in display_debug_frames()
9993 start = block_end; in display_debug_frames()
10012 start = block_end; in display_debug_frames()