Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.cpp108 const char* desc_end = desc_start + descsz; in GetBuildIdFromNoteSection() local
109 if (desc_start > p && desc_start < desc_end && desc_end <= end) { in GetBuildIdFromNoteSection()