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

/external/elfutils/libebl/
H A Deblsegmenttypename.c76 else if (segment >= PT_LOPROC && segment <= PT_HIPROC)
/external/syslinux/com32/include/sys/
H A Delfcommon.h21 #define PT_HIPROC 0x7fffffff 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.h36 #define PT_HIPROC 0x7fffffff macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h999 PT_HIPROC = 0x7fffffff // Highest processor-specific program hdr entry type. enumerator in enum:llvm::ELF::__anon19699
/external/llvm/include/llvm/Support/
H A DELF.h1025 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator in enum:llvm::ELF::__anon12491
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1023 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator in enum:llvm::ELF::__anon20537
/external/elfutils/libelf/
H A Delf.h618 #define PT_HIPROC 0x7fffffff /* End of processor-specific */ macro
/external/kmod/port-gnu/
H A Delf.h617 #define PT_HIPROC 0x7fffffff /* End of processor-specific */ macro
/external/valgrind/perf/
H A Dtinycc.c573 #define PT_HIPROC 0x7fffffff /* End of processor-specific */ macro

Completed in 326 milliseconds