Searched refs:PT_NOTE (Results 1 - 20 of 20) sorted by relevance

/external/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c87 if (likely (phdr != NULL) && phdr->p_type == PT_NOTE)
/external/elfutils/tests/
H A Dshowptable.c84 [PT_NOTE] = "NOTE",
/external/google-breakpad/src/common/linux/
H A Delf_core_dump.cc171 const Phdr* program_header = GetFirstProgramHeaderOfType(PT_NOTE);
H A Dfile_id.cc97 if ((!FindElfSegment(elf_mapped_base, PT_NOTE,
H A Dfile_id_unittest.cc206 elf.AddSegment(note_idx, note_idx, PT_NOTE);
/external/elfutils/libdwfl/
H A Dcore-file.c151 case PT_NOTE:
493 if (likely (notes_phdr.p_type == PT_NOTE))
495 /* PT_NOTE -> NT_AUXV -> AT_PHDR -> PT_DYNAMIC -> DT_DEBUG */
H A Dlinux-core-attach.c353 if (phdr != NULL && phdr->p_type == PT_NOTE)
H A Ddwfl_segment_report_module.c447 /* Consider a PT_NOTE we've found in the image. */
523 case PT_NOTE:
/external/kernel-headers/original/uapi/linux/
H A Delf.h29 #define PT_NOTE 4 macro
406 /* Note header in a PT_NOTE section */
413 /* Note header in a PT_NOTE section */
/external/libunwind/src/coredump/
H A D_UCD_create.c213 if (cur->p_type == PT_NOTE)
222 Debug(0, "Can't read PT_NOTE from '%s'\n", filename);
/external/llvm/include/llvm/Support/
H A DELF.h993 PT_NOTE = 4, // Auxiliary information. enumerator in enum:llvm::ELF::__anon12049
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c675 phdrs[0].p_type = PT_NOTE;
H A Dcoredump-solaris.c829 phdr->p_type = PT_NOTE;
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc1088 // Phdr for the PT_NOTE
1090 // PT_NOTE
1107 ehdr.e_phnum = 1 + // PT_NOTE
1129 phdr.p_type = PT_NOTE;
/external/elfutils/libelf/
H A Delf.h603 #define PT_NOTE 4 /* Auxiliary information */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp839 LLVM_READOBJ_ENUM_CASE(ELF, PT_NOTE );
/external/elfutils/src/
H A Delflint.c4448 else if (phdr->p_type == PT_NOTE)
4634 && (phdr->p_memsz != 0 || phdr->p_type != PT_NOTE))
H A Dreadelf.c9451 if (phdr == NULL || phdr->p_type != PT_NOTE)
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c1083 if (phdr.p_type == PT_NOTE) {
/external/valgrind/perf/
H A Dtinycc.c566 #define PT_NOTE 4 /* Auxiliary information */ macro

Completed in 303 milliseconds