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

1 2

  /external/elfutils/libebl/
eblsectiontypename.c 109 else if (section >= SHT_LOPROC && section <= SHT_HIPROC)
110 snprintf (buf, len, "SHT_LOPROC+%x", section - SHT_LOPROC);
  /toolchain/binutils/binutils-2.27/include/elf/
ia64.h 80 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* Extension bits. */
81 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* Unwind bits. */
82 #define SHT_IA_64_LOPSREG (SHT_LOPROC + 0x8000000)
83 /* ABI says (SHT_LOPROC + 0xfffffff) but I think it's a typo -- this makes sense. */
84 #define SHT_IA_64_HIPSREG (SHT_LOPROC + 0x8ffffff)
85 #define SHT_IA_64_PRIORITY_INIT (SHT_LOPROC + 0x9000000)
hppa.h 83 #define SHT_PARISC_SYMEXTN SHT_LOPROC + 8
86 #define SHT_PARISC_STUBS SHT_LOPROC + 9
common.h 497 #define SHT_LOPROC 0x70000000 /* Processor-specific semantics, lo */
    [all...]
  /external/syslinux/com32/include/sys/
elfcommon.h 206 #define SHT_LOPROC 0x70000000
  /external/elfutils/libelf/
elf.h 352 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */
    [all...]
  /external/kmod/port-gnu/
elf.h 351 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 349 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 238 #define SHT_LOPROC 0x70000000
  /external/kernel-headers/original/uapi/linux/
elf.h 280 #define SHT_LOPROC 0x70000000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 288 #define SHT_LOPROC 0x70000000
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 244 #define SHT_LOPROC 0x70000000 /* reserved range for processor */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 244 #define SHT_LOPROC 0x70000000 /* reserved range for processor */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 721 SHT_LOPROC = 0x70000000, // Lowest processor architecture-specific type.
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 689 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 381 ECase(SHT_LOPROC)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 690 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 99 if ((pType >= llvm::ELF::SHT_LOPROC && pType <= llvm::ELF::SHT_HIPROC) ||
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 692 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 695 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 695 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 740 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 740 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 740 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 740 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]

Completed in 747 milliseconds

1 2