Lines Matching defs:dataend
5826 const unsigned char *const dataend = ((unsigned char *) data->d_buf
5828 while (readp < dataend)
5830 if (unlikely (readp > dataend - 4))
5846 if (unlikely (readp > dataend - 8))
5857 if (readp > dataend - 8
5859 || unit_length > (uint64_t) (dataend - readp))
6825 const unsigned char *const dataend = ((unsigned char *) data->d_buf
6827 while (readp < dataend)
6829 if (unlikely (readp + 4 > dataend))
6845 if (unlikely (readp + 8 > dataend))
6858 Dwarf_Word maxsize = dataend - readp;
6866 if (unlikely (cieend > dataend))
9328 const unsigned char *const dataend = ((unsigned char *) data->d_buf
9330 while (readp < dataend)
9332 if (unlikely (readp > dataend - 4))
9348 if (unlikely (readp > dataend - 8))
9359 if (readp > dataend - 8
9361 || unit_length > (uint64_t) (dataend - readp))
10861 const unsigned char *const dataend = ((unsigned char *) data->d_buf
10864 if (unlikely (readp + 4 > dataend))
10888 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr,
10905 readp = read_encoded (fde_count_enc, readp, dataend, &fde_count, dbg);
10919 while (fde_count > 0 && readp + 8 <= dataend)
10932 while (0 && readp < dataend)
10963 const unsigned char *const dataend = readp + data->d_size;
10965 if (unlikely (readp + 1 > dataend))
10977 readp = read_encoded (lpstart_encoding, readp, dataend, &lpstart, dbg);
10981 if (unlikely (readp + 1 > dataend))
10990 get_uleb128 (ttype_base_offset, readp, dataend);
10992 if ((size_t) (dataend - readp) > ttype_base_offset)
10996 if (unlikely (readp + 1 > dataend))
11002 get_uleb128 (call_site_table_len, readp, dataend);
11005 if (unlikely (action_table > dataend))
11015 readp = read_encoded (call_site_encoding, readp, dataend,
11018 readp = read_encoded (call_site_encoding, readp, dataend,
11021 readp = read_encoded (call_site_encoding, readp, dataend,
11024 get_uleb128 (action, readp, dataend);
11040 size_t maxdata = (size_t) (dataend - action_table);
11145 const unsigned char *const dataend = readp + data->d_size;
11147 if (unlikely (readp + 4 > dataend))
11169 if (unlikely (readp + 4 > dataend))
11176 if (unlikely (readp + 4 > dataend))
11183 if (unlikely (readp + 4 > dataend))
11190 if (unlikely (readp + 4 > dataend))
11197 if (unlikely (readp + 4 > dataend))
11203 if (unlikely ((size_t) (dataend - (const unsigned char *) data->d_buf)
11220 while (dataend - readp >= 16 && n < cu_nr)
11245 while (dataend - readp >= 24 && n < tu_nr)
11274 while (dataend - readp >= 20 && n < addr_nr)
11306 while (dataend - readp >= 8 && n < sym_nr)
11317 if (unlikely ((size_t) (dataend - const_start) < name
11318 || memchr (sym, '\0', dataend - sym) == NULL))
11324 if (unlikely ((size_t) (dataend - const_start) < vector))
11332 if (unlikely (readcus + 4 > dataend))