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

/external/chromium_org/courgette/
H A Dtypes_elf.h111 PT_NOTE = 4, enumerator in enum:ph_type_values
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_build_id.c121 if (likely (phdr != NULL) && phdr->p_type == PT_NOTE)
H A Dcore-file.c169 case PT_NOTE:
445 if (likely (notes_phdr.p_type == PT_NOTE))
447 /* PT_NOTE -> NT_AUXV -> AT_PHDR -> PT_DYNAMIC -> DT_DEBUG */
H A Ddwfl_segment_report_module.c284 /* Consider a PT_NOTE we've found in the image. */
360 case PT_NOTE:
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-minimal.c79 * Just try PT_NOTE header otherwise fails
138 if (phdr->p_type != PT_NOTE)
187 if (phdr->p_type != PT_NOTE)
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp181 /// PT_NOTE - Contains Thread and Register information
191 if (header->p_type == llvm::ELF::PT_NOTE)
348 /// Core files PT_NOTE segment descriptor types
374 /// This is PT_NOTE type program/segments in the core file.
473 /// Parse Thread context from PT_NOTE segment and store it in the thread list
475 /// 1) A PT_NOTE segment is composed of one or more NOTE entries.
484 /// a) Each thread context(2 or more NOTE entries) contained in its own segment (PT_NOTE)
485 /// b) All thread context is stored in a single segment(PT_NOTE).
495 assert(segment_header && segment_header->p_type == llvm::ELF::PT_NOTE);
/external/chromium_org/third_party/libvpx/include/
H A Delf.h61 #define PT_NOTE 4 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h29 #define PT_NOTE 4 macro
403 /* Note header in a PT_NOTE section */
410 /* 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/qemu/include/
H A Delf.h28 #define PT_NOTE 4 macro
1440 /* Note header in a PT_NOTE section */
1447 /* Note header in a PT_NOTE section */
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c634 phdrs[0].p_type = PT_NOTE;
/external/llvm/include/llvm/Support/
H A DELF.h1593 PT_NOTE = 4, // Auxiliary information. enumerator in enum:llvm::ELF::__anon25601
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp479 LLVM_READOBJ_ENUM_CASE(ELF, PT_NOTE );
/external/elfutils/0.153/libelf/
H A Delf.h578 #define PT_NOTE 4 /* Auxiliary information */ macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1644 CASE_AND_STREAM(s, PT_NOTE , kStrWidth);
/external/elfutils/0.153/src/
H A Delflint.c4130 else if (phdr->p_type == PT_NOTE)
4299 && (phdr->p_memsz != 0 || phdr->p_type != PT_NOTE))
H A Dreadelf.c8243 if (phdr == NULL || phdr->p_type != PT_NOTE)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1026 if (phdr.p_type == PT_NOTE) {
/external/valgrind/main/perf/
H A Dtinycc.c566 #define PT_NOTE 4 /* Auxiliary information */ macro

Completed in 391 milliseconds