Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c5571 const unsigned char *const cieend = readp + unit_length; in print_debug_frame_section() local
5572 if (unlikely (cieend > dataend || readp + 8 > dataend)) in print_debug_frame_section()
5597 readp = memchr (readp, '\0', cieend - readp); in print_debug_frame_section()
5605 if (cieend - readp < 5) in print_debug_frame_section()
5611 if (cieend - readp < 1) in print_debug_frame_section()
5613 get_uleb128 (code_alignment_factor, readp, cieend); in print_debug_frame_section()
5614 if (cieend - readp < 1) in print_debug_frame_section()
5616 get_sleb128 (data_alignment_factor, readp, cieend); in print_debug_frame_section()
5623 if (cieend - readp < 1) in print_debug_frame_section()
5628 get_uleb128 (return_address_register, readp, cieend); in print_debug_frame_section()
[all …]