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

/external/elfutils/0.153/libebl/
H A Deblsegmenttypename.c101 else if (segment >= PT_LOPROC && segment <= PT_HIPROC)
102 snprintf (buf, len, "LOPROC+%d", segment - PT_LOPROC);
/external/chromium_org/courgette/
H A Dtypes_elf.h114 PT_LOPROC = 0x70000000, enumerator in enum:ph_type_values
/external/chromium_org/third_party/libvpx/include/
H A Delf.h68 #define PT_LOPROC 0x70000000 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h35 #define PT_LOPROC 0x70000000 macro
/external/qemu/include/
H A Delf.h31 #define PT_LOPROC 0x70000000 macro
1100 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */
1101 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
/external/elfutils/0.153/libelf/
H A Delf.h592 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2302 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */
2378 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */
2379 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
/external/llvm/include/llvm/Support/
H A DELF.h1599 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator in enum:llvm::ELF::__anon25601
/external/valgrind/main/perf/
H A Dtinycc.c572 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro

Completed in 694 milliseconds