Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h94 #define ET_LOPROC 0xFF00 /* Processor-specific */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h94 #define ET_LOPROC 0xFF00 /* Processor-specific */ macro
/openbsd/sys/sys/
H A Dexec_elf.h161 #define ET_LOPROC 0xff00 /* reserved range for processor */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h122 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3344 if (e.e_type >= ET_LOPROC) in printFileHeaders()
6536 if (E.e_type >= ET_LOPROC) in printFileHeaders()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1903 if ((e_type >= ET_LOPROC) && (e_type <= ET_HIPROC)) in get_file_type()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1548 if ((e_type >= ET_LOPROC) && (e_type <= ET_HIPROC)) in get_file_type()