Home
last modified time | relevance | path

Searched defs:EV_NONE (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h272 #define EV_NONE 0 /* Invalid ELF version */ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h287 #define EV_NONE 0 /* Invalid ELF version */ macro
/openbsd-src/sys/sys/
H A Dexec_elf.h203 #define EV_NONE global() macro
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h127 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator