Lines Matching refs:limit
64 const uint8_t *limit = data->d_buf + data->d_size;
75 if (unlikely (limit - bytes < 8))
90 if (unlikely ((uint64_t) (limit - bytes) < length)
100 limit = bytes + length;
139 bytes = memchr (bytes, '\0', limit - bytes);
149 if (unlikely (limit - bytes < 5))
180 if (bytes >= limit)
182 get_uleb128 (entry->cie.code_alignment_factor, bytes, limit);
184 if (bytes >= limit)
186 get_sleb128 (entry->cie.data_alignment_factor, bytes, limit);
188 if (bytes >= limit)
192 get_uleb128 (entry->cie.return_address_register, bytes, limit);
202 if (bytes >= limit)
204 get_uleb128 (entry->cie.augmentation_data_size, bytes, limit);
205 if ((Dwarf_Word) (limit - bytes) < entry->cie.augmentation_data_size)
264 entry->cie.initial_instructions_end = limit;
269 entry->fde.end = limit;