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

1 2 3 4 5 6

  /external/elfutils/libelf/
elf-knowledge.h 125 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
common.h 74 int eclass = (int) ((unsigned char *) buf)[EI_CLASS];
elf_begin.c 110 bool is32 = e_ident[EI_CLASS] == ELFCLASS32;
270 if (unlikely ((e_ident[EI_CLASS] != ELFCLASS32
271 && e_ident[EI_CLASS] != ELFCLASS64)
298 elf->class = e_ident[EI_CLASS];
300 if (e_ident[EI_CLASS] == ELFCLASS32)
556 if ((size_t) nread >= (mem.header[EI_CLASS] == ELFCLASS32
    [all...]
  /frameworks/rs/cpu_ref/linkloader/include/
ELFHeader.h 63 return e_ident[EI_CLASS];
83 return e_ident[EI_CLASS] == ELFCLASS32;
87 return e_ident[EI_CLASS] == ELFCLASS64;
  /external/grub/stage2/
i386-elf.h 45 #define EI_CLASS 4 /* data sizes */
98 & (h.e_ident[EI_CLASS] == ELFCLASS32) & (h.e_ident[EI_DATA] == ELFDATA2LSB) \
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 194 if (image[EI_CLASS] != ELFCLASS32 && image[EI_CLASS] != ELFCLASS64) {
200 bool is32bit = (image[EI_CLASS] == ELFCLASS32);
  /external/elfutils/libdwfl/
elf-from-memory.c 137 switch (buffer[EI_CLASS])
217 switch (ehdr.e32.e_ident[EI_CLASS])
281 switch (ehdr.e32.e_ident[EI_CLASS])
dwfl_segment_report_module.c 197 switch (((const unsigned char *) buffer)[EI_CLASS])
408 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
483 const size_t dyn_entsize = (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32
502 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
610 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
link_map.c 565 size_t buffer_available = addrsize (ehdr.e_ident[EI_CLASS]);
583 if (ehdr.e_ident[EI_CLASS] == ELFCLASS32)
595 *elfclass = ehdr.e_ident[EI_CLASS];
596 else if (*elfclass != ehdr.e_ident[EI_CLASS])
  /external/valgrind/main/coregrind/
launcher-linux.c 167 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
203 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) {
  /external/elfutils/libasm/
asm_begin.c 100 ehdr->e_ident[EI_CLASS] = class;
  /external/elfutils/tests/
asm-tst1.c 47 [EI_CLASS] = ELFCLASS32,
asm-tst2.c 47 [EI_CLASS] = ELFCLASS32,
saridx.c 210 ehdr.e_ident[EI_CLASS] == ELFCLASS32
asm-tst9.c 55 [EI_CLASS] = ELFCLASS32,
  /cts/tests/src/android/os/cts/
ReadElf.java 35 private static final int EI_CLASS = 4;
462 int elfClass = mBuffer[EI_CLASS];
469 throw new IOException("Invalid ELF EI_CLASS: " + elfClass + ": " + mPath);
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 233 res &= elf->e_ident[EI_CLASS] == ELFCLASS32
234 || elf->e_ident[EI_CLASS] == ELFCLASS64;
242 if (elf->e_ident[EI_CLASS] == ELFCLASS32) {
259 } else { /* if (elf->e_ident[EI_CLASS] == ELFCLASS64) */
  /bionic/linker/
linker_phdr.cpp 165 if (header_.e_ident[EI_CLASS] != ELFCLASS32) {
166 DL_ERR("\"%s\" not 32-bit: %d", name_, header_.e_ident[EI_CLASS]);
  /development/ndk/platforms/android-3/include/linux/
elf.h 295 #define EI_CLASS 4
  /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; })
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 295 #define EI_CLASS 4
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 295 #define EI_CLASS 4
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 295 #define EI_CLASS 4
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 295 #define EI_CLASS 4
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 295 #define EI_CLASS 4

Completed in 435 milliseconds

1 2 3 4 5 6