HomeSort by relevance Sort by last modified time
    Searched refs:ET_LOPROC (Results 1 - 12 of 12) sorted by null

  /bionic/libc/kernel/uapi/linux/
elf.h 56 #define ET_LOPROC 0xff00
  /external/kernel-headers/original/uapi/linux/
elf.h 70 #define ET_LOPROC 0xff00
  /external/u-boot/include/
elf.h 136 #define ET_LOPROC 0xff00 /* reserved range for processor */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 139 #define ET_LOPROC 0xff00 /* First processor-specific. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 139 #define ET_LOPROC 0xff00 /* First processor-specific. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 115 ET_LOPROC = 0xff00, // Beginning of processor-specific codes
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 118 ET_LOPROC = 0xff00, // Beginning of processor-specific codes
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes
    [all...]
  /external/kmod/port-gnu/
elf.h 169 #define ET_LOPROC 0xff00 /* Processor-specific range start */
    [all...]
  /external/elfutils/libelf/
elf.h 170 #define ET_LOPROC 0xff00 /* Processor-specific range start */
    [all...]
  /external/elfutils/src/
readelf.c 1032 else if (e_type >= ET_LOPROC /* && e_type <= ET_HIPROC always true */)
    [all...]

Completed in 91 milliseconds