Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DElfInterface.cpp235 if (gnu_build_id_size_ - offset < sizeof(NhdrType)) { in ReadBuildID()
238 NhdrType hdr; in ReadBuildID()
576 template <typename EhdrType, typename ShdrType, typename NhdrType>
592 if (note_size - offset < sizeof(NhdrType)) { in ReadBuildIDFromMemory()
595 NhdrType hdr; in ReadBuildIDFromMemory()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h133 template <typename EhdrType, typename ShdrType, typename NhdrType>
192 using NhdrType = typename ElfTypes::Nhdr; variable