Home
last modified time | relevance | path

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

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