Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp582 uint64_t note_size; in ReadBuildIDFromMemory() local
583 if (!GetBuildIDInfo<EhdrType, ShdrType>(memory, &note_offset, &note_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()