Searched refs:namesz (Results 1 – 1 of 1) sorted by relevance
72 size_t namesz = *reinterpret_cast<const uint32_t*>(p); in GetBuildIdFromNoteSection() local78 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()