/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/ |
H A D | TBEHandler.cpp | 50 case (ELFArch)ELF::EM_NONE: in output() 61 .Case("Unknown", ELF::EM_NONE) in input() 62 .Default(ELF::EM_NONE); in input()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 41 case EM_NONE: in dwelf_elf_e_machine_string()
|
/third_party/elfutils/tests/ |
H A D | saridx.c | 33 MACHINE (EM_NONE),
|
H A D | backtrace-data.c | 315 bool ok = dwfl_attach_state (dwfl, EM_NONE, child, &callbacks, NULL); in main()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 85 #define EM_NONE 0 // No machine macro
|
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 494 if (ebl_get_elfmachine (mod->ebl) == EM_NONE) in check_badreltype()
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 385 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 124 case EM_NONE: in e_machine_to_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 127 EM_NONE = 0, // No machine enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFObjectWriter.cpp | 58 return EM_NONE; in getELFMachine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 128 EM_NONE = 0, // No machine enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 105 { EM_NONE, "No machine" },
|
H A D | elf_types.hpp | 64 constexpr Elf_Half EM_NONE = 0 ; // No machine member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 138 #define EM_NONE 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 138 #define EM_NONE 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 138 #define EM_NONE 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 138 #define EM_NONE 0 macro
|
/third_party/musl/include/ |
H A D | elf.h | 138 #define EM_NONE 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 65 ECase(EM_NONE); in enumeration()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 171 #define EM_NONE 0 /* No machine */ macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1446 pub const EM_NONE: u16 = 0; consts
|