HomeSort by relevance Sort by last modified time
    Searched refs:PT_LOPROC (Results 1 - 25 of 43) sorted by null

1 2

  /external/elfutils/libebl/
eblsegmenttypename.c 76 else if (segment >= PT_LOPROC && segment <= PT_HIPROC)
77 snprintf (buf, len, "LOPROC+%d", segment - PT_LOPROC);
  /bionic/libc/include/bits/
elf_arm.h 121 #define PT_ARM_EXIDX (PT_LOPROC + 1)
  /toolchain/binutils/binutils-2.27/include/elf/
ia64.h 121 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */
122 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
aarch64.h 28 #define PT_AARCH64_ARCHEXT (PT_LOPROC + 0)
arm.h 39 #define PT_ARM_EXIDX (PT_LOPROC + 1)
  /external/syslinux/com32/include/sys/
elfcommon.h 20 #define PT_LOPROC 0x70000000
  /external/valgrind/coregrind/m_ume/
elf.c 85 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:
  /bionic/libc/kernel/uapi/linux/
elf.h 46 #define PT_LOPROC 0x70000000
  /external/kernel-headers/original/uapi/linux/
elf.h 36 #define PT_LOPROC 0x70000000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 44 #define PT_LOPROC 0x70000000
  /external/elfutils/libelf/
elf.h 617 #define PT_LOPROC 0x70000000 /* Start of processor-specific */
    [all...]
  /external/kmod/port-gnu/
elf.h 616 #define PT_LOPROC 0x70000000 /* Start of processor-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 589 #define PT_LOPROC 0x70000000 /* Start of processor-specific */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h     [all...]

Completed in 510 milliseconds

1 2