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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp682 static const uint32_t g_gnu_build_id = 3; // NT_GNU_BUILD_ID from elf.h local
695 if ((notehdr.type == g_gnu_build_id) && (notehdr.name_len == 4) &&

Completed in 116 milliseconds