Lines Matching defs:end
101 buf_has_data (const void *ptr, const void *end, size_t sz)
103 return ptr < end && (size_t) (end - ptr) >= sz;
111 const void **ptrp, const void *end, uint64_t *retp)
113 if (! buf_has_data (*ptrp, end, sz))
168 const void *end = note_file + note_file_size;
170 if (! buf_read_ulong (ei_data, sz, &ptr, end, &count))
172 if (! buf_read_ulong (ei_data, sz, &ptr, end, NULL)) // page_size
175 uint64_t maxcount = (size_t) (end - ptr) / (3 * sz);
204 const char *fnext = memchr (fptr, 0, (const char *) end - fptr);
482 GElf_Off file_trimmed_end = 0; /* Proper p_vaddr + p_filesz end. */
659 in the last page that are off the end of the file.
751 if ((module_end > module->start && module_start < module->end)
999 /* Don't try to read beyond the actual end of file. */