Searched refs:PT_LOPROC (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/libebl/
H A Deblsegmenttypename.c76 else if (segment >= PT_LOPROC && segment <= PT_HIPROC)
77 snprintf (buf, len, "LOPROC+%d", segment - PT_LOPROC);
/external/syslinux/com32/include/sys/
H A Delfcommon.h20 #define PT_LOPROC 0x70000000 macro
/external/valgrind/coregrind/m_ume/
H A Delf.c85 arch_elf_pt_proc() - check a PT_LOPROC..PT_HIPROC ELF program header
96 range PT_LOPROC to PT_HIPROC, for both the ELF being loaded and its
686 if ((iph->p_type >= PT_LOPROC) && (iph->p_type <= PT_HIPROC)) {
741 case PT_LOPROC ... PT_HIPROC:
/external/kernel-headers/original/uapi/linux/
H A Delf.h35 #define PT_LOPROC 0x70000000 macro
/external/elfutils/libelf/
H A Delf.h617 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2483 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */
2807 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */
2808 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
/external/kmod/port-gnu/
H A Delf.h616 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2482 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */
2806 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */
2807 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
/external/llvm/include/llvm/Support/
H A DELF.h1024 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator in enum:llvm::ELF::__anon12491
1055 PT_WEBASSEMBLY_FUNCTIONS = PT_LOPROC + 0, // Function definitions.
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1022 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator in enum:llvm::ELF::__anon20537
1057 PT_WEBASSEMBLY_FUNCTIONS = PT_LOPROC + 0, // Function definitions.
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h998 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator in enum:llvm::ELF::__anon19699
/external/valgrind/perf/
H A Dtinycc.c572 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro

Completed in 694 milliseconds