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

1 2

  /external/elfutils/libebl/
eblsectionname.c 80 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
  /toolchain/binutils/binutils-2.27/include/elf/
external.h 48 #define SHN_HIRESERVE 0xFFFF /* End range of reserved indices */
internal.h 50 #undef SHN_HIRESERVE
60 #define SHN_HIRESERVE (-0x1u) /* End range of reserved indices */
  /external/syslinux/com32/include/sys/
elfcommon.h 224 #define SHN_HIRESERVE 0xffff
  /bionic/libc/kernel/uapi/linux/
elf.h 255 #define SHN_HIRESERVE 0xffff
  /external/kernel-headers/original/uapi/linux/
elf.h 301 #define SHN_HIRESERVE 0xffff
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 306 #define SHN_HIRESERVE 0xffff
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 205 #define SHN_HIRESERVE 0xffff /* Last of reserved range. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 205 #define SHN_HIRESERVE 0xffff /* Last of reserved range. */
    [all...]
  /external/elfutils/libasm/
asm_end.c 440 if (unlikely (shstrscnndx > SHN_HIRESERVE)
  /external/llvm/include/llvm/Object/
ELF.h 327 if (Header->e_shstrndx == ELF::SHN_HIRESERVE)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 697 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /external/elfutils/src/
ldgeneric.c 519 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE)
520 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE))
655 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum))
680 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE)
    [all...]
i386_ld.c 141 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE);
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 660 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 661 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 663 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 665 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 665 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 710 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 710 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 710 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 710 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 663 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 665 SHN_HIRESERVE = 0xffff // Highest reserved index
    [all...]

Completed in 946 milliseconds

1 2