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

1 2 3

  /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/perf_data_converter/src/quipper/
dso.cc 89 if (note_header.n_type == NT_GNU_BUILD_ID && name == ELF_NOTE_GNU) {
155 if (note_header.n_type == NT_GNU_BUILD_ID && name == ELF_NOTE_GNU) {
dso_android.cc 68 if (note_header.n_type == NT_GNU_BUILD_ID && name == ELF_NOTE_GNU) {
dso_test.cc 107 .n_type = NT_GNU_BUILD_ID,
dso_test_utils.cc 122 note_header.n_type = NT_GNU_BUILD_ID;
  /prebuilts/go/darwin-x86/src/runtime/pprof/
elf.go 16 errNoBuildID = errors.New("no NT_GNU_BUILD_ID found in ELF binary")
96 if nameSize != 4 || noteType != 3 || buf[12] != 'G' || buf[13] != 'N' || buf[14] != 'U' || buf[15] != '\x00' { // want name GNU\x00 type 3 (NT_GNU_BUILD_ID)
  /prebuilts/go/linux-x86/src/runtime/pprof/
elf.go 16 errNoBuildID = errors.New("no NT_GNU_BUILD_ID found in ELF binary")
96 if nameSize != 4 || noteType != 3 || buf[12] != 'G' || buf[13] != 'N' || buf[14] != 'U' || buf[15] != '\x00' { // want name GNU\x00 type 3 (NT_GNU_BUILD_ID)
  /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/libdebuggerd/
elf_utils.cpp 63 if (nhdr.n_type == NT_GNU_BUILD_ID) {
  /prebuilts/go/darwin-x86/misc/cgo/test/
buildid_linux.go 66 // 3 == NT_GNU_BUILD_ID
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10607a.go 55 // 3 == NT_GNU_BUILD_ID
  /prebuilts/go/linux-x86/misc/cgo/test/
buildid_linux.go 66 // 3 == NT_GNU_BUILD_ID
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10607a.go 55 // 3 == NT_GNU_BUILD_ID
  /system/extras/simpleperf/
read_elf_test.cpp 31 #define NT_GNU_BUILD_ID 3
50 uint32_t type = NT_GNU_BUILD_ID;
read_elf.cpp 44 #define NT_GNU_BUILD_ID 3
117 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) {
  /external/elfutils/libebl/
eblobjnote.c 138 case NT_GNU_BUILD_ID:
  /bionic/libc/include/
elf.h 535 #define NT_GNU_BUILD_ID 3
  /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
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 648 #define NT_GNU_BUILD_ID 3 /* Generated by ld --build-id. */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
main.go 125 objabi.Flagfn1("B", "add an ELF NT_GNU_BUILD_ID `note` when using ELF", addbuildinfo)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
main.go 125 objabi.Flagfn1("B", "add an ELF NT_GNU_BUILD_ID `note` when using ELF", addbuildinfo)

Completed in 625 milliseconds

1 2 3