Home
last modified time | relevance | path

Searched refs:ET_LOPROC (Results 1 – 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Delf.h70 #define ET_LOPROC 0xff00 macro
/external/u-boot/include/
Delf.h136 #define ET_LOPROC 0xff00 /* reserved range for processor */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h115 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
/external/llvm/include/llvm/Support/
DELF.h116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h118 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
/external/kmod/port-gnu/
Delf.h169 #define ET_LOPROC 0xff00 /* Processor-specific range start */ macro
/external/elfutils/libelf/
Delf.h170 #define ET_LOPROC 0xff00 /* Processor-specific range start */ macro
/external/elfutils/src/
Dreadelf.c1032 else if (e_type >= ET_LOPROC /* && e_type <= ET_HIPROC always true */) in print_file_type()