Searched refs:note_size (Results 1 – 1 of 1) sorted by relevance
582 uint64_t note_size; in ReadBuildIDFromMemory() local583 if (!GetBuildIDInfo<EhdrType, ShdrType>(memory, ¬e_offset, ¬e_size)) { in ReadBuildIDFromMemory()589 if (__builtin_add_overflow(note_offset, note_size, &tmp)) { in ReadBuildIDFromMemory()594 while (offset < note_size) { in ReadBuildIDFromMemory()595 if (note_size - offset < sizeof(NhdrType)) { in ReadBuildIDFromMemory()604 if (note_size - offset < hdr.n_namesz) { in ReadBuildIDFromMemory()620 if (note_size - offset < hdr.n_descsz || hdr.n_descsz == 0) { in ReadBuildIDFromMemory()