• Home
  • Raw
  • Download

Lines Matching refs:dataend

5224   const unsigned char *const dataend = ((unsigned char *) data->d_buf  in print_debug_frame_section()  local
5226 while (readp < dataend) in print_debug_frame_section()
5228 if (unlikely (readp + 4 > dataend)) in print_debug_frame_section()
5244 if (unlikely (readp + 8 > dataend)) in print_debug_frame_section()
5261 if (unlikely (cieend > dataend || readp + 8 > dataend)) in print_debug_frame_section()
5337 if (augmentationlen > (size_t) (dataend - readp)) in print_debug_frame_section()
6844 const unsigned char *const dataend = ((unsigned char *) data->d_buf in print_debug_frame_hdr_section() local
6847 if (unlikely (readp + 4 > dataend)) in print_debug_frame_hdr_section()
6871 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr, in print_debug_frame_hdr_section()
6888 readp = read_encoded (fde_count_enc, readp, dataend, &fde_count, dbg); in print_debug_frame_hdr_section()
6902 while (fde_count > 0 && readp + 8 <= dataend) in print_debug_frame_hdr_section()
6915 while (0 && readp < dataend) in print_debug_frame_hdr_section()
6946 const unsigned char *const dataend = readp + data->d_size; in print_debug_exception_table() local
6948 if (unlikely (readp + 1 > dataend)) in print_debug_exception_table()
6960 readp = read_encoded (lpstart_encoding, readp, dataend, &lpstart, dbg); in print_debug_exception_table()
6964 if (unlikely (readp + 1 > dataend)) in print_debug_exception_table()
6978 if (unlikely (readp + 1 > dataend)) in print_debug_exception_table()
6987 if (unlikely (action_table > dataend)) in print_debug_exception_table()
6997 readp = read_encoded (call_site_encoding, readp, dataend, in print_debug_exception_table()
7000 readp = read_encoded (call_site_encoding, readp, dataend, in print_debug_exception_table()
7003 readp = read_encoded (call_site_encoding, readp, dataend, in print_debug_exception_table()
7108 const unsigned char *const dataend = readp + data->d_size; in print_gdb_index_section() local
7110 if (unlikely (readp + 4 > dataend)) in print_gdb_index_section()
7129 if (unlikely (readp + 4 > dataend)) in print_gdb_index_section()
7136 if (unlikely (readp + 4 > dataend)) in print_gdb_index_section()
7143 if (unlikely (readp + 4 > dataend)) in print_gdb_index_section()
7150 if (unlikely (readp + 4 > dataend)) in print_gdb_index_section()
7157 if (unlikely (readp + 4 > dataend)) in print_gdb_index_section()
7173 while (readp + 16 <= dataend && n < nr) in print_gdb_index_section()
7195 while (readp + 24 <= dataend && n < nr) in print_gdb_index_section()
7221 while (readp + 20 <= dataend && n < nr) in print_gdb_index_section()
7248 while (readp + 8 <= dataend && n < nr) in print_gdb_index_section()
7259 if (unlikely (sym > dataend)) in print_gdb_index_section()
7265 if (unlikely (readcus + 8 > dataend)) in print_gdb_index_section()