Searched refs:ptr_end (Results 1 – 4 of 4) sorted by relevance
32 const void *ptr_end = ptr + size; in __readonly_area() local73 if (from < (uintptr_t) ptr_end && to > (uintptr_t) ptr) in __readonly_area()79 if (from <= (uintptr_t) ptr && to >= (uintptr_t) ptr_end) in __readonly_area()86 else if (to >= (uintptr_t) ptr_end) in __readonly_area()87 size -= (uintptr_t) ptr_end - from; in __readonly_area()
127 unsigned char *ptr_end = ptr + note->n_descsz; in _dl_process_property_note() local139 if ((ptr + datasz) > ptr_end) in _dl_process_property_note()187 while ((ptr_end - ptr) >= 8); in _dl_process_property_note()
151 unsigned char *ptr_end = ptr + note->n_descsz; in process_elf_file() local163 if ((ptr + datasz) > ptr_end) in process_elf_file()180 while ((ptr_end - ptr) >= 8); in process_elf_file()
896 unsigned char *ptr_end = ptr + note->n_descsz; in _dl_process_pt_gnu_property() local908 if ((ptr + datasz) > ptr_end) in _dl_process_pt_gnu_property()920 while ((ptr_end - ptr) >= 8); in _dl_process_pt_gnu_property()