HomeSort by relevance Sort by last modified time
    Searched full:e_machine (Results 151 - 175 of 223) sorted by null

1 2 3 4 5 67 8 9

  /bionic/libc/include/sys/
exec_elf.h 101 Elf32_Half e_machine; /* machine type */ member in struct:__anon98
118 Elf64_Half e_machine; /* machine type */ member in struct:__anon99
206 /* e_machine */
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c 725 *pCPU=buffer.header32.e_machine;
1053 header32.e_machine=cpu;
1073 header64.e_machine=cpu;
    [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 727 *pCPU=buffer.header32.e_machine;
1055 header32.e_machine=cpu;
1075 header64.e_machine=cpu;
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /external/chromium_org/courgette/
disassembler_elf_32.cc 48 if (header_->e_machine != ElfEM())
  /external/elfutils/libelf/
abstract.h 57 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \
elf_begin.c 363 CONVERT (elf->state.elf32.ehdr_mem.e_machine);
451 CONVERT (elf->state.elf64.ehdr_mem.e_machine);
    [all...]
  /external/elfutils/tests/
asm-tst9.c 59 .e_machine = EM_386,
  /external/qemu/elff/
elff_elf.h 102 Elf_Half e_machine; member in struct:Elf_CommonHdr
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 299 return (hdr->e_machine == target().getInfo().machine());
300 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
855 return (hdr->e_machine == target().getInfo().machine());
856 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 102 Elf_Half e_machine; member in struct:Elf_CommonHdr
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /external/elfutils/src/
elfcmp.c 178 || ehdr1->e_machine != ehdr2->e_machine
strip.c 919 debugehdr->e_machine = ehdr->e_machine;
    [all...]
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 247 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_machine);
264 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_machine);
  /external/llvm/include/llvm/Object/
ELF.h 442 Elf_Half e_machine; // Required architecture for this file (see EM_*) member in struct:llvm::object::Elf_Ehdr_Impl
728 return Header->e_machine == ELF::EM_MIPS &&
    [all...]
  /art/compiler/
elf_fixup.cc 139 if (elf_file.GetHeader().e_machine == ::llvm::ELF::EM_MIPS) {
  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_arm.nexe 
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 262 Header.e_machine = Hdr.Machine;
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 280 e_machine = f.uint16()
281 if e_machine == 0x0008 and f.is64Bit: # EM_MIPS && 64 bit
    [all...]
  /external/qemu/
elf.h 1004 Elf32_Half e_machine; member in struct:elf32_hdr
1021 Elf64_Half e_machine; member in struct:elf64_hdr
    [all...]

Completed in 490 milliseconds

1 2 3 4 5 67 8 9