Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c113 #ifdef NT_GNU_BUILD_ID
134 if (Note->n_type == NT_GNU_BUILD_ID && Note->n_namesz == 4 && in WriteBinaryIdForNote()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp37 if (N.getType() == ELF::NT_GNU_BUILD_ID && in getBuildID()
/freebsd/contrib/file/src/
H A Dreadelf.h319 #define NT_GNU_BUILD_ID 3 macro
H A Dreadelf.c558 type == NT_GNU_BUILD_ID && (descsz >= 4 && descsz <= 20)) { in do_bid_note()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp677 # ifdef NT_GNU_BUILD_ID in AddModuleSegments()
684 if (nhdr->n_type == NT_GNU_BUILD_ID && nhdr->n_namesz == kGnuNamesz) { in AddModuleSegments()
/freebsd/sys/sys/
H A Delf_common.h856 #define NT_GNU_BUILD_ID 3 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1718 NT_GNU_BUILD_ID = 3, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp1048 note.info.n_type == llvm::ELF::NT_GNU_BUILD_ID && in FindBuidIdInCoreMemory()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc592 if (Type == 3 /*NT_GNU_BUILD_ID*/ && Name.size() >= 3 &&
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2490 _ELF_DEFINE_NT(NT_GNU_BUILD_ID, 3, "Build id, set by ld(1)") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp146 ECase(NT_GNU_BUILD_ID); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5504 case ELF::NT_GNU_BUILD_ID: { in printGNUNote()
5896 {ELF::NT_GNU_BUILD_ID, "NT_GNU_BUILD_ID (unique build ID bitstring)"},
7903 case ELF::NT_GNU_BUILD_ID: { in printGNUNoteLLVMStyle()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp365 write32(buf + 8, NT_GNU_BUILD_ID); // Type in writeTo()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c3855 case NT_GNU_BUILD_ID: in dump_notes_data()