HomeSort by relevance Sort by last modified time
    Searched refs:EM_NONE (Results 1 - 25 of 58) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/linux/
elf-em.h 21 #define EM_NONE 0
  /external/iproute2/include/uapi/linux/
elf-em.h 6 #define EM_NONE 0
  /external/kernel-headers/original/uapi/linux/
elf-em.h 6 #define EM_NONE 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf-em.h 5 #define EM_NONE 0
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFELFObjectWriter.cpp 31 : MCELFObjectTargetWriter(/*Is64Bit*/ true, OSABI, ELF::EM_NONE,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 36 EM_NONE = 0, // No machine
  /toolchain/binutils/binutils-2.27/bfd/
elf32-gen.c 94 #define ELF_MACHINE_CODE EM_NONE
elf64-gen.c 94 #define ELF_MACHINE_CODE EM_NONE
elfcore.h 147 if (ebd->elf_machine_code != EM_NONE)
263 && ebd->elf_machine_code != EM_NONE)
elfcode.h 586 && ebd->elf_machine_code != EM_NONE)
600 if (ebd->elf_machine_code != EM_NONE)
604 if (ebd->elf_machine_code != EM_NONE
    [all...]
  /external/elfutils/tests/
saridx.c 33 MACHINE (EM_NONE),
backtrace-data.c 312 bool ok = dwfl_attach_state (dwfl, EM_NONE, child, &callbacks, NULL);
  /external/syslinux/gpxe/src/include/
elf.h 16 #define EM_NONE 0 /* No machine */
  /toolchain/binutils/binutils-2.27/gold/
target-select.cc 108 if ((pmach == machine || pmach == elfcpp::EM_NONE)
  /external/syslinux/com32/include/sys/
elfcommon.h 34 #define EM_NONE 0
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 83 case EM_NONE:
610 return EM_NONE;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 143 #define EM_NONE 0 /* Unknown machine. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 143 #define EM_NONE 0 /* Unknown machine. */
    [all...]
  /external/elfutils/libdwfl/
relocate.c 470 if (ebl_get_elfmachine (mod->ebl) == EM_NONE)
  /external/elfutils/libebl/
eblopenbackend.c 427 return openbackend (NULL, emulation, EM_NONE);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 127 EM_NONE = 0, // No machine
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 103 #define EM_NONE 0 /* No machine */
    [all...]
  /external/elfutils/src/
ld.c 451 if (OPEN_OUTFILE (&ld_state, EM_NONE, ELFCLASSNONE, ELFDATANONE) != 0)
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 130 EM_NONE = 0, // No machine
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 41 ECase(EM_NONE)

Completed in 663 milliseconds

1 2 3