Home
last modified time | relevance | path

Searched refs:ptr_end (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp183 const uint8_t *ptr_end = data.GetDataEnd(); in HashElfTextSection() local
184 while (ptr < ptr_end) { in HashElfTextSection()
/openbsd/gnu/usr.bin/perl/
H A Duni_keywords.h7681 const unsigned char * ptr_end= key + key_len; in match_uniprop() local
7689 } while ( ++ptr < ptr_end ); in match_uniprop()