Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
Dinsns.d12 0+0002 <\_start\+0x2> ldh R2, #0x04 Abs\* 0x00000400 <block_end>
34 0+0026 <test2\+0x8> ldh R4, #0xff Abs\* 0x0000ffec <block_end\+0xfbec>
Dinsns-dwarf2.d20 2: fa 04 ldh R2, #0x04 Abs\* 0x400 <block_end>
70 26: fc ff ldh R4, #0xff Abs\* 0xffec <block_end\+0xfbec>
Dinsns.s43 block_end: label
/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c6192 unsigned char *block_end; in display_debug_frames() local
6234 block_end = saved_start + length + initial_length_size; in display_debug_frames()
6235 if (block_end > end || block_end < start) in display_debug_frames()
6240 block_end = end; in display_debug_frames()
6507 while (start < block_end) in display_debug_frames()
6586 start = block_end; in display_debug_frames()
6600 start = block_end; in display_debug_frames()
6642 while (start < block_end) in display_debug_frames()
6710 vma = get_encoded_value (&start, fc->fde_encoding, section, block_end); in display_debug_frames()
6733 SAFE_BYTE_GET_AND_INC (ofs, start, 2, block_end); in display_debug_frames()
[all …]
DChangeLog-2014304 (display_debug_frames): Warn if the calculated block_end is before