Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.cpp72 size_t namesz = *reinterpret_cast<const uint32_t*>(p); in GetBuildIdFromNoteSection() local
78 namesz = ALIGN(namesz, 4); in GetBuildIdFromNoteSection()
80 CHECK_LE(p + namesz + descsz, end); in GetBuildIdFromNoteSection()
82 *build_id = BuildId(p + namesz, descsz); in GetBuildIdFromNoteSection()
85 p += namesz + descsz; in GetBuildIdFromNoteSection()