Home
last modified time | relevance | path

Searched refs:EM_NONE (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/lib/libelf/
Dlibelf_elfmachine.c45 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()
Dgelf_xlate.c38 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()
Dlibelf_ehdr.c100 eh->e_machine = EM_NONE; \
Delf_update.c756 assert(em >= EM_NONE && em < EM__LAST__); in _libelf_write_scn()
/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DELF.cpp20 .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/
Delfcore.h148 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()
Delf64-gen.c99 #define ELF_MACHINE_CODE EM_NONE
Delf32-gen.c99 #define ELF_MACHINE_CODE EM_NONE
Delfcode.h572 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/
Delfcore.h148 if (ebd->elf_machine_code != EM_NONE) in elf_core_file_p()
237 && ebd->elf_machine_code != EM_NONE) in elf_core_file_p()
Delf32-gen.c94 #define ELF_MACHINE_CODE EM_NONE
Delf64-gen.c94 #define ELF_MACHINE_CODE EM_NONE
Delfcode.h592 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/
DELF.cpp53 return ELF::EM_NONE; in readTargetMachineArch()
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h101 #define EM_NONE 0 /* No machine */ macro
/openbsd/src/gnu/llvm/lld/ELF/
DInputFiles.h118 uint16_t emachine = llvm::ELF::EM_NONE;
DConfig.h314 uint16_t emachine = llvm::ELF::EM_NONE;
DScriptParser.cpp441 .Default({ELFNoneKind, EM_NONE}); in parseBfdName()
468 if (config->emachine == EM_NONE) in readOutputFormat()
DInputFiles.cpp1593 return EM_NONE; in getBitcodeMachineKind()
DDriver.cpp181 .Default({ELFNoneKind, EM_NONE}); in parseEmulation()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h101 #define EM_NONE 0 /* No machine */ macro
/openbsd/src/sys/sys/
Dexec_elf.h165 #define EM_NONE 0 /* No Machine */ macro
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h133 EM_NONE = 0, // No machine enumerator
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp38 return llvm::ELF::EM_NONE; in getMachine()
192 ECase(EM_NONE); in enumeration()
DELFEmitter.cpp476 Header.e_machine = EM_NONE; in writeELFHeader()
811 Doc.Header.Machine.value_or(ELF::EM_NONE), Sec->Type, Sec->Name); in initSectionHeaders()

12