| /openbsd/src/lib/libelf/ |
| D | libelf_elfmachine.c | 45 return EM_NONE; in _libelf_elfmachine() 56 return eh32 ? eh32->e_machine : EM_NONE; in _libelf_elfmachine() 59 return eh64 ? eh64->e_machine : EM_NONE; in _libelf_elfmachine() 62 return (EM_NONE); in _libelf_elfmachine()
|
| D | gelf_xlate.c | 38 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE, in elf32_xlatetof() 45 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE, in elf64_xlatetof() 52 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE, in elf32_xlatetom() 59 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE, in elf64_xlatetom()
|
| D | libelf_ehdr.c | 100 eh->e_machine = EM_NONE; \
|
| D | elf_update.c | 756 assert(em >= EM_NONE && em < EM__LAST__); in _libelf_write_scn()
|
| /openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/ |
| D | ELF.cpp | 20 .Case("none", EM_NONE) in convertArchNameToEMachine() 201 .Default(EM_NONE); in convertArchNameToEMachine() 207 case EM_NONE: in convertEMachineToArchName()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elfcore.h | 148 if (ebd->elf_machine_code != EM_NONE) in elf_core_file_p() 238 if (ebd->elf_machine_code != EM_NONE) in elf_core_file_p()
|
| D | elf64-gen.c | 99 #define ELF_MACHINE_CODE EM_NONE
|
| D | elf32-gen.c | 99 #define ELF_MACHINE_CODE EM_NONE
|
| D | elfcode.h | 572 if (ebd->elf_machine_code != EM_NONE) in elf_object_p() 608 if (ebd->elf_machine_code != EM_NONE) in elf_object_p()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elfcore.h | 148 if (ebd->elf_machine_code != EM_NONE) in elf_core_file_p() 237 && ebd->elf_machine_code != EM_NONE) in elf_core_file_p()
|
| D | elf32-gen.c | 94 #define ELF_MACHINE_CODE EM_NONE
|
| D | elf64-gen.c | 94 #define ELF_MACHINE_CODE EM_NONE
|
| D | elfcode.h | 592 if (ebd->elf_machine_code != EM_NONE) in elf_object_p() 628 if (ebd->elf_machine_code != EM_NONE) in elf_object_p()
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELF.cpp | 53 return ELF::EM_NONE; in readTargetMachineArch()
|
| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 101 #define EM_NONE 0 /* No machine */ macro
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | InputFiles.h | 118 uint16_t emachine = llvm::ELF::EM_NONE;
|
| D | Config.h | 314 uint16_t emachine = llvm::ELF::EM_NONE;
|
| D | ScriptParser.cpp | 441 .Default({ELFNoneKind, EM_NONE}); in parseBfdName() 468 if (config->emachine == EM_NONE) in readOutputFormat()
|
| D | InputFiles.cpp | 1593 return EM_NONE; in getBitcodeMachineKind()
|
| D | Driver.cpp | 181 .Default({ELFNoneKind, EM_NONE}); in parseEmulation()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 101 #define EM_NONE 0 /* No machine */ macro
|
| /openbsd/src/sys/sys/ |
| D | exec_elf.h | 165 #define EM_NONE 0 /* No Machine */ macro
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 133 EM_NONE = 0, // No machine enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 38 return llvm::ELF::EM_NONE; in getMachine() 192 ECase(EM_NONE); in enumeration()
|
| D | ELFEmitter.cpp | 476 Header.e_machine = EM_NONE; in writeELFHeader() 811 Doc.Header.Machine.value_or(ELF::EM_NONE), Sec->Type, Sec->Name); in initSectionHeaders()
|