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

1 2 3

  /external/elfutils/libebl/
eblsectionname.c 78 else if (section >= SHN_LOPROC && section <= SHN_HIPROC)
  /toolchain/binutils/binutils-2.27/include/elf/
external.h 42 #define SHN_HIPROC 0xFF1F /* End range of appl-specific */
internal.h 44 #undef SHN_HIPROC
54 #define SHN_HIPROC (-0xE1u) /* End range of appl-specific */
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 66 if (pShndx >= llvm::ELF::SHN_LOPROC && pShndx <= llvm::ELF::SHN_HIPROC)
  /external/syslinux/com32/include/sys/
elfcommon.h 221 #define SHN_HIPROC 0xff1f
  /bionic/libc/kernel/uapi/linux/
elf.h 251 #define SHN_HIPROC 0xff1f
  /external/kernel-headers/original/uapi/linux/
elf.h 297 #define SHN_HIPROC 0xff1f
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 303 #define SHN_HIPROC 0xff1f
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 199 #define SHN_HIPROC 0xff1f /* Last processor-specific. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 199 #define SHN_HIPROC 0xff1f /* Last processor-specific. */
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 247 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 691 SHN_HIPROC = 0xff1f, // Highest processor-specific index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 246 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 246 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELFTypes.h 255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;

Completed in 918 milliseconds

1 2 3