Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/util/
Dbuild_id.c33 #ifndef NT_GNU_BUILD_ID
34 #define NT_GNU_BUILD_ID 3 macro
83 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in build_id_find_nhdr_callback()
/third_party/libunwind/src/dwarf/
DGfind_unwind_table.c42 #ifndef NT_GNU_BUILD_ID
43 #define NT_GNU_BUILD_ID 3 macro
166 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in dwarf_find_unwind_table()
/third_party/elfutils/tests/
Drun-buildid.sh35 testfile14: <no NT_GNU_BUILD_ID note>
/third_party/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c48 if (nhdr.n_type == NT_GNU_BUILD_ID in check_notes()
/third_party/elfutils/libebl/
Deblobjnote.c301 case NT_GNU_BUILD_ID: in ebl_object_note()
DChangeLog662 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
664 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1312 NT_GNU_BUILD_ID = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp301 if (N.getType() == ELF::NT_GNU_BUILD_ID && N.getName() == ELF::ELF_NOTE_GNU) in getBuildID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1429 NT_GNU_BUILD_ID = 3, enumerator
/third_party/elfutils/libdwfl/
Dlinux-kernel-modules.c632 && nhdr->n_type == NT_GNU_BUILD_ID in check_notes()
Ddwfl_segment_report_module.c621 if (nh->n_type == NT_GNU_BUILD_ID in dwfl_segment_report_module()
/third_party/elfutils/src/
Delfcmp.c477 if (note1.n_type == NT_GNU_BUILD_ID in main()
Delflint.c4358 case NT_GNU_BUILD_ID: in check_note_data()
/third_party/python/Doc/howto/
Dinstrumentation.rst99 GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring)
/third_party/elfio/tests/elf_examples/
Dls.readelf461 GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring)
/third_party/elfio/elfio/
Delfio_dump.hpp642 { NT_GNU_BUILD_ID, "NT_GNU_BUILD_ID", "Build ID of the binary" },
Delf_types.hpp696 constexpr Elf_Word NT_GNU_BUILD_ID = 3; // Generated by ld --build-id. variable
/third_party/musl/porting/linux/user/include/
Delf.h1094 #define NT_GNU_BUILD_ID 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1086 #define NT_GNU_BUILD_ID 3 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1086 #define NT_GNU_BUILD_ID 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1086 #define NT_GNU_BUILD_ID 3 macro
/third_party/musl/include/
Delf.h1089 #define NT_GNU_BUILD_ID 3 macro
/third_party/musl/ndk_musl_include/
Delf.h1086 #define NT_GNU_BUILD_ID 3 macro
/third_party/elfutils/libelf/
Delf.h1316 #define NT_GNU_BUILD_ID 3 macro
/third_party/elfutils/
Dconfigure.ac172 …PROGRAM()],[ac_cv_buildid=yes; $READELF -n conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || ac_cv_buil…

12