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

1 2 3 4 5 67 8

  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 112 # unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
127 e_ident, _, e_machine = header[:3]
130 if e_ident[:4] != elf_magic:
  /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/elfutils/tests/
asm-tst9.c 51 .e_ident = { [EI_MAG0] = ELFMAG0,
  /external/qemu/
elf.h 1002 unsigned char e_ident[EI_NIDENT]; member in struct:elf32_hdr
1019 unsigned char e_ident[16]; \/* ELF "magic number" *\/ member in struct:elf64_hdr
    [all...]
  /external/qemu/elff/
elff_elf.h 95 unsigned char e_ident[EI_NIDENT]; member in union:Elf_CommonHdr::__anon25225
elf_file.cc 111 if (memcmp(elf_hdr->e_ident, ELFMAG, SELFMAG) != 0) {
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 95 unsigned char e_ident[EI_NIDENT]; member in union:Elf_CommonHdr::__anon33236
elf_file.cc 111 if (memcmp(elf_hdr->e_ident, ELFMAG, SELFMAG) != 0) {
  /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/libdwfl/
relocate.c 405 ehdr->e_ident[EI_DATA]);
426 ehdr->e_ident[EI_DATA]);
  /external/elfutils/libebl/
eblopenbackend.c 333 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
334 result->data = elf->state.elf32.ehdr->e_ident[EI_DATA];
  /external/elfutils/src/
elfcmp.c 176 if (unlikely (memcmp (ehdr1->e_ident, ehdr2->e_ident, EI_NIDENT) != 0
strip.c 917 memcpy (debugehdr->e_ident, ehdr->e_ident, EI_NIDENT);
    [all...]
  /external/grub/stage2/
boot.c 100 || pu.elf->e_ident[EI_OSABI] == ELFOSABI_FREEBSD
101 || grub_strcmp (pu.elf->e_ident + EI_BRAND, "FreeBSD") == 0
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 122 ok &= (ehdr->e_ident[EI_MAG0] == 0x7F
123 && ehdr->e_ident[EI_MAG1] == 'E'
124 && ehdr->e_ident[EI_MAG2] == 'L'
125 && ehdr->e_ident[EI_MAG3] == 'F');
126 ok &= (ehdr->e_ident[EI_CLASS] == VG_ELF_CLASS
127 && ehdr->e_ident[EI_DATA] == VG_ELF_DATA2XXX
128 && ehdr->e_ident[EI_VERSION] == EV_CURRENT);
    [all...]
  /cts/tests/src/android/os/cts/
ReadElf.java 42 /** Size of the e_ident[] structure in the ELF header. */
  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_arm.nexe 
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 105 EI_NIDENT = 16 /* Sizeof e_ident[] */
  /external/llvm/include/llvm/Object/
ELF.h 440 unsigned char e_ident[ELF::EI_NIDENT]; // ELF Identification bytes member in struct:llvm::object::Elf_Ehdr_Impl
456 return (memcmp(e_ident, ELF::ElfMagic, strlen(ELF::ElfMagic))) == 0;
458 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
459 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
    [all...]
  /external/elfutils/po/
elfutils.pot     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 289 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB);
845 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB);
    [all...]

Completed in 933 milliseconds

1 2 3 4 5 67 8