Searched refs:descsz (Results 1 – 1 of 1) sorted by relevance
46 size_t descsz = *reinterpret_cast<const uint32_t*>(p); in GetBuildIdFromNoteSection() local51 descsz = ALIGN(descsz, 4); in GetBuildIdFromNoteSection()52 CHECK_LE(p + namesz + descsz, end); in GetBuildIdFromNoteSection()55 memcpy(build_id->data(), p + namesz, std::min(build_id->size(), descsz)); in GetBuildIdFromNoteSection()58 p += namesz + descsz; in GetBuildIdFromNoteSection()