Home
last modified time | relevance | path

Searched refs:block_end (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c5772 unsigned char *block_end; in display_debug_frames() local
5815 if (block_end > end || block_end < start) in display_debug_frames()
5820 block_end = end; in display_debug_frames()
6087 while (start < block_end) in display_debug_frames()
6166 start = block_end; in display_debug_frames()
6180 start = block_end; in display_debug_frames()
6507 if (start >= block_end || ul > (unsigned long) (block_end - start)) in display_debug_frames()
6531 if (start >= block_end || tmp > block_end || tmp < start) in display_debug_frames()
6555 if (start >= block_end || tmp > block_end || tmp < start) in display_debug_frames()
6667 start = block_end; in display_debug_frames()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c7792 unsigned char *block_end; in display_debug_frames() local
7836 if (block_end > end || block_end < start) in display_debug_frames()
7841 block_end = end; in display_debug_frames()
8096 while (start < block_end) in display_debug_frames()
8178 start = block_end; in display_debug_frames()
8192 start = block_end; in display_debug_frames()
8539 if (start >= block_end || ul > (unsigned long) (block_end - start)) in display_debug_frames()
8563 if (start >= block_end || tmp > block_end || tmp < start) in display_debug_frames()
8587 if (start >= block_end || tmp > block_end || tmp < start) in display_debug_frames()
8700 start = block_end; in display_debug_frames()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c994 int64_t block_end; in write_data_block() local
1008 block_end in write_data_block()
1014 if (a->offset + bytes_to_write > block_end) in write_data_block()
1015 bytes_to_write = block_end - a->offset; in write_data_block()
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c637 bfd_byte * block_end = buf + size; in read_n_bytes() local
639 if (block_end > end || block_end < buf) in read_n_bytes()
648 return block_end; in read_n_bytes()