Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElfInterface.cpp579 uint64_t note_size; in ReadBuildIDFromMemory() local
580 if (!GetBuildIDInfo<EhdrType, ShdrType>(memory, &note_offset, &note_size)) { in ReadBuildIDFromMemory()
586 if (__builtin_add_overflow(note_offset, note_size, &tmp)) { in ReadBuildIDFromMemory()
591 while (offset < note_size) { in ReadBuildIDFromMemory()
592 if (note_size - offset < sizeof(NhdrType)) { in ReadBuildIDFromMemory()
601 if (note_size - offset < hdr.n_namesz) { in ReadBuildIDFromMemory()
617 if (note_size - offset < hdr.n_descsz || hdr.n_descsz == 0) { in ReadBuildIDFromMemory()