Lines Matching defs:dataend
5582 const unsigned char *const dataend = ((unsigned char *) data->d_buf
5584 while (readp < dataend)
5586 if (unlikely (readp > dataend - 4))
5602 if (unlikely (readp > dataend - 8))
5613 if (readp > dataend - 8
5615 || unit_length > (uint64_t) (dataend - readp))
6566 const unsigned char *const dataend = ((unsigned char *) data->d_buf
6568 while (readp < dataend)
6570 if (unlikely (readp + 4 > dataend))
6586 if (unlikely (readp + 8 > dataend))
6599 Dwarf_Word maxsize = dataend - readp;
6607 if (unlikely (cieend > dataend))
8904 const unsigned char *const dataend = ((unsigned char *) data->d_buf
8906 while (readp < dataend)
8908 if (unlikely (readp > dataend - 4))
8924 if (unlikely (readp > dataend - 8))
8935 if (readp > dataend - 8
8937 || unit_length > (uint64_t) (dataend - readp))
10384 const unsigned char *const dataend = ((unsigned char *) data->d_buf
10387 if (unlikely (readp + 4 > dataend))
10411 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr,
10428 readp = read_encoded (fde_count_enc, readp, dataend, &fde_count, dbg);
10442 while (fde_count > 0 && readp + 8 <= dataend)
10455 while (0 && readp < dataend)
10486 const unsigned char *const dataend = readp + data->d_size;
10488 if (unlikely (readp + 1 > dataend))
10500 readp = read_encoded (lpstart_encoding, readp, dataend, &lpstart, dbg);
10504 if (unlikely (readp + 1 > dataend))
10513 get_uleb128 (ttype_base_offset, readp, dataend);
10515 if ((size_t) (dataend - readp) > ttype_base_offset)
10519 if (unlikely (readp + 1 > dataend))
10525 get_uleb128 (call_site_table_len, readp, dataend);
10528 if (unlikely (action_table > dataend))
10538 readp = read_encoded (call_site_encoding, readp, dataend,
10541 readp = read_encoded (call_site_encoding, readp, dataend,
10544 dataend,
10547 get_uleb128 (action, readp, dataend);
10563 size_t maxdata = (size_t) (dataend - action_table);
10668 const unsigned char *const dataend = readp + data->d_size;
10670 if (unlikely (readp + 4 > dataend))
10692 if (unlikely (readp + 4 > dataend))
10699 if (unlikely (readp + 4 > dataend))
10706 if (unlikely (readp + 4 > dataend))
10713 if (unlikely (readp + 4 > dataend))
10720 if (unlikely (readp + 4 > dataend))
10726 if (unlikely ((size_t) (dataend - (const unsigned char *) data->d_buf)
10743 while (dataend - readp >= 16 && n < cu_nr)
10768 while (dataend - readp >= 24 && n < tu_nr)
10797 while (dataend - readp >= 20 && n < addr_nr)
10829 while (dataend - readp >= 8 && n < sym_nr)
10840 if (unlikely ((size_t) (dataend - const_start) < name
10841 || memchr (sym, '\0', dataend - sym) == NULL))
10847 if (unlikely ((size_t) (dataend - const_start) < vector))
10855 if (unlikely (readcus + 4 > dataend))