/third_party/mesa3d/src/util/ |
D | build_id.c | 33 #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/ |
D | Gfind_unwind_table.c | 42 #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/ |
D | run-buildid.sh | 35 testfile14: <no NT_GNU_BUILD_ID note>
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 48 if (nhdr.n_type == NT_GNU_BUILD_ID in check_notes()
|
/third_party/elfutils/libebl/ |
D | eblobjnote.c | 301 case NT_GNU_BUILD_ID: in ebl_object_note()
|
D | ChangeLog | 662 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/ |
D | ELF.h | 1312 NT_GNU_BUILD_ID = 3, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 301 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/ |
D | ELF.h | 1429 NT_GNU_BUILD_ID = 3, enumerator
|
/third_party/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 632 && nhdr->n_type == NT_GNU_BUILD_ID in check_notes()
|
D | dwfl_segment_report_module.c | 621 if (nh->n_type == NT_GNU_BUILD_ID in dwfl_segment_report_module()
|
/third_party/elfutils/src/ |
D | elfcmp.c | 477 if (note1.n_type == NT_GNU_BUILD_ID in main()
|
D | elflint.c | 4358 case NT_GNU_BUILD_ID: in check_note_data()
|
/third_party/python/Doc/howto/ |
D | instrumentation.rst | 99 GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring)
|
/third_party/elfio/tests/elf_examples/ |
D | ls.readelf | 461 GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring)
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 642 { NT_GNU_BUILD_ID, "NT_GNU_BUILD_ID", "Build ID of the binary" },
|
D | elf_types.hpp | 696 constexpr Elf_Word NT_GNU_BUILD_ID = 3; // Generated by ld --build-id. variable
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 1094 #define NT_GNU_BUILD_ID 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 1086 #define NT_GNU_BUILD_ID 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 1086 #define NT_GNU_BUILD_ID 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 1086 #define NT_GNU_BUILD_ID 3 macro
|
/third_party/musl/include/ |
D | elf.h | 1089 #define NT_GNU_BUILD_ID 3 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 1086 #define NT_GNU_BUILD_ID 3 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 1316 #define NT_GNU_BUILD_ID 3 macro
|
/third_party/elfutils/ |
D | configure.ac | 172 …PROGRAM()],[ac_cv_buildid=yes; $READELF -n conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || ac_cv_buil…
|