Home
last modified time | relevance | path

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

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