Home
last modified time | relevance | path

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

12

/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_mapinfo_linux.c120 if (phdrs[i].p_type == PT_NOTE) in _UCD_get_mapinfo()
H A D_UCD_get_threadinfo_prstatus.c81 * Depending on how the core file is created, there may be one PT_NOTE segment
82 * with multiple NT_PRSTATUS notes in it, or multiple PT_NOTE segments. Just to
83 * be safe, it's better to assume there are multiple PT_NOTE segments each with
94 if (phdrs[i].p_type == PT_NOTE) in _UCD_get_threadinfo()
/third_party/mesa3d/src/util/
H A Dbuild_id.c75 if (info->dlpi_phdr[i].p_type != PT_NOTE) in build_id_find_nhdr_callback()
97 // .note.ohos.ident is not a valid PT_NOTE section, use offset in section header later in build_id_find_nhdr_callback()
/third_party/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c87 if (likely (phdr != NULL) && phdr->p_type == PT_NOTE) in find_elf_build_id()
/third_party/elfutils/tests/
H A Dshowptable.c84 [PT_NOTE] = "NOTE", in main()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dpostject-api.h138 if (phdr->p_type != PT_NOTE) { in postject_find_resource()
/third_party/node/deps/postject/
H A Dpostject-api.h138 if (phdr->p_type != PT_NOTE) { in postject_find_resource()
/third_party/elfutils/libdwfl/
H A Dcore-file.c151 case PT_NOTE: in dwfl_report_core_segments()
512 if (likely (notes_phdr.p_type == PT_NOTE)) in dwfl_core_file_report()
514 /* PT_NOTE -> NT_AUXV -> AT_PHDR -> PT_DYNAMIC -> DT_DEBUG */ in dwfl_core_file_report()
H A Dlinux-core-attach.c357 if (phdr != NULL && phdr->p_type == PT_NOTE) in dwfl_core_file_attach()
H A Ddwfl_segment_report_module.c527 else if (type == PT_NOTE) in dwfl_segment_report_module()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp648 #define PT_NOTE 4 macro
/third_party/elfio/elfio/
H A Delfio_dump.hpp416 { PT_NOTE, "NOTE" },
979 if ( PT_NOTE == seg->get_type() ) { // Look at notes in notes()
H A Delf_types.hpp964 constexpr Elf_Word PT_NOTE = 4; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp297 if (P.p_type != ELF::PT_NOTE) in getBuildID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h212 /// The program header must be of type \c PT_NOTE.
218 assert(Phdr.p_type == ELF::PT_NOTE && "Phdr is not of type PT_NOTE"); in notes_begin()
221 Err = createError("PT_NOTE header has invalid offset (0x" + in notes_begin()
256 /// The program header must be of type \c PT_NOTE.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1016 PT_NOTE = 4, // Auxiliary information. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1187 PT_NOTE = 4, // Auxiliary information. enumerator
/third_party/musl/porting/linux/user/include/
H A Delf.h599 #define PT_NOTE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h597 #define PT_NOTE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h597 #define PT_NOTE 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h597 #define PT_NOTE 4 macro
/third_party/musl/include/
H A Delf.h610 #define PT_NOTE 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp50 ECase(PT_NOTE); in enumeration()
/third_party/elfutils/src/
H A Delflint.c4545 else if (phdr->p_type == PT_NOTE) in check_program_header()
4734 || (phdr->p_type != PT_NOTE in check_program_header()
/third_party/elfutils/libelf/
H A Delf.h721 #define PT_NOTE 4 /* Auxiliary information */ macro

Completed in 104 milliseconds

12