Home | History | Annotate | Download | only in src

Lines Matching defs:dataend

5531   const unsigned char *const dataend = ((unsigned char *) data->d_buf
5533 while (readp < dataend)
5535 if (unlikely (readp + 4 > dataend))
5551 if (unlikely (readp + 8 > dataend))
5564 Dwarf_Word maxsize = dataend - readp;
5572 if (unlikely (cieend > dataend || readp + 8 > dataend))
7784 const unsigned char *const dataend = ((unsigned char *) data->d_buf
7787 if (unlikely (readp + 4 > dataend))
7811 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr,
7828 readp = read_encoded (fde_count_enc, readp, dataend, &fde_count, dbg);
7842 while (fde_count > 0 && readp + 8 <= dataend)
7855 while (0 && readp < dataend)
7886 const unsigned char *const dataend = readp + data->d_size;
7888 if (unlikely (readp + 1 > dataend))
7900 readp = read_encoded (lpstart_encoding, readp, dataend, &lpstart, dbg);
7904 if (unlikely (readp + 1 > dataend))
7913 get_uleb128 (ttype_base_offset, readp, dataend);
7915 if ((size_t) (dataend - readp) > ttype_base_offset)
7919 if (unlikely (readp + 1 > dataend))
7925 get_uleb128 (call_site_table_len, readp, dataend);
7928 if (unlikely (action_table > dataend))
7938 readp = read_encoded (call_site_encoding, readp, dataend,
7941 readp = read_encoded (call_site_encoding, readp, dataend,
7944 readp = read_encoded (call_site_encoding, readp, dataend,
7947 get_uleb128 (action, readp, dataend);
7963 size_t maxdata = (size_t) (dataend - action_table);
8067 const unsigned char *const dataend = readp + data->d_size;
8069 if (unlikely (readp + 4 > dataend))
8091 if (unlikely (readp + 4 > dataend))
8098 if (unlikely (readp + 4 > dataend))
8105 if (unlikely (readp + 4 > dataend))
8112 if (unlikely (readp + 4 > dataend))
8119 if (unlikely (readp + 4 > dataend))
8125 if (unlikely ((size_t) (dataend - (const unsigned char *) data->d_buf)
8142 while (dataend - readp >= 16 && n < cu_nr)
8167 while (dataend - readp >= 24 && n < tu_nr)
8196 while (dataend - readp >= 20 && n < addr_nr)
8229 while (dataend - readp >= 8 && n < sym_nr)
8240 if (unlikely ((size_t) (dataend - const_start) < name
8241 || memchr (sym, '\0', dataend - sym) == NULL))
8247 if (unlikely ((size_t) (dataend - const_start) < vector))
8255 if (unlikely (readcus + 4 > dataend))