Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp682 static const uint32_t g_gnu_build_id = 3; // NT_GNU_BUILD_ID from elf.h in ParseNoteGNUBuildID() local
695 if ((notehdr.type == g_gnu_build_id) && (notehdr.name_len == 4) && in ParseNoteGNUBuildID()