HomeSort by relevance Sort by last modified time
    Searched refs:NT_GNU_BUILD_ID (Results 1 - 23 of 23) sorted by null

  /external/google-breakpad/src/common/linux/
elf_gnu_compat.h 42 #ifndef NT_GNU_BUILD_ID
43 #define NT_GNU_BUILD_ID 3
file_id_unittest.cc 169 notes.AddNote(NT_GNU_BUILD_ID, "GNU", kExpectedIdentifier,
203 notes.AddNote(NT_GNU_BUILD_ID, "GNU", kExpectedIdentifier,
file_id.cc 67 if (note_header->n_type == NT_GNU_BUILD_ID)
  /external/elfutils/tests/
run-buildid.sh 35 testfile14: <no NT_GNU_BUILD_ID note>
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 1 /* Returns the build id if found in a NT_GNU_BUILD_ID note.
48 if (nhdr.n_type == NT_GNU_BUILD_ID
  /system/core/debuggerd/
elf_utils.cpp 63 if (nhdr.n_type == NT_GNU_BUILD_ID) {
  /bionic/libc/include/
elf.h 205 #define NT_GNU_BUILD_ID 3
  /external/elfutils/libebl/
eblobjnote.c 138 case NT_GNU_BUILD_ID:
  /system/extras/simpleperf/
read_elf.cpp 44 #define NT_GNU_BUILD_ID 3
81 if ((type == NT_GNU_BUILD_ID) && (strcmp(p, ELF_NOTE_GNU) == 0)) {
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 612 #define NT_GNU_BUILD_ID 3 /* Generated by ld --build-id. */
    [all...]
  /external/elfutils/libdwfl/
linux-kernel-modules.c 547 && nhdr->n_type == NT_GNU_BUILD_ID
dwfl_segment_report_module.c 488 if (nh->n_type == NT_GNU_BUILD_ID
  /external/elfutils/src/
elfcmp.c 462 if (note1.n_type == NT_GNU_BUILD_ID
elflint.c     [all...]
ldgeneric.c     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 959 NT_GNU_BUILD_ID = 3,
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c     [all...]

Completed in 887 milliseconds