Searched refs:note_size (Results 1 – 1 of 1) sorted by relevance
626 uint64_t note_size; in ReadBuildIDFromMemory() local627 if (!GetBuildIDInfo<EhdrType, ShdrType>(memory, ¬e_offset, ¬e_size)) { in ReadBuildIDFromMemory()633 if (__builtin_add_overflow(note_offset, note_size, &tmp)) { in ReadBuildIDFromMemory()638 while (offset < note_size) { in ReadBuildIDFromMemory()639 if (note_size - offset < sizeof(NhdrType)) { in ReadBuildIDFromMemory()648 if (note_size - offset < hdr.n_namesz) { in ReadBuildIDFromMemory()664 if (note_size - offset < hdr.n_descsz || hdr.n_descsz == 0) { in ReadBuildIDFromMemory()