HomeSort by relevance Sort by last modified time
    Searched refs:ELFCLASS64 (Results 201 - 225 of 243) sorted by null

1 2 3 4 5 6 7 8910

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 117 ELFCLASS64 = 2 /* 64-bit */
  /external/kernel-headers/original/uapi/linux/
elf.h 344 #define ELFCLASS64 2
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 159 case ELFCLASS64:
  /external/valgrind/main/coregrind/
launcher-linux.c 215 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) {
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
elf.h 362 #define ELFCLASS64 2
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
elf.h 362 #define ELFCLASS64 2
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
elf.h 362 #define ELFCLASS64 2
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
elf.h 362 #define ELFCLASS64 2
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
elf.h 362 #define ELFCLASS64 2
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
elf.h 362 #define ELFCLASS64 2
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c 28 # if defined(ELFCLASS64)
720 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64
904 ELFCLASS64,
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 28 # if defined(ELFCLASS64)
712 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64
896 ELFCLASS64,
    [all...]
  /external/qemu/hw/core/
loader.c 342 if (e_ident[EI_CLASS] == ELFCLASS64) {
  /external/llvm/include/llvm/Object/
ELF.h 325 Header->getFileClass() == ELF::ELFCLASS64;
330 Header->getFileClass() == ELF::ELFCLASS64 &&
562 // ELFCLASS64 ELFs are N64. New Mips64 ABIs should provide enough
    [all...]
ELFObjectFile.h 893 case ELF::ELFCLASS64:
936 case ELF::ELFCLASS64:
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
obj_int_extract.c 250 || elf->e_ident[EI_CLASS] == ELFCLASS64;
275 } else { /* if (elf->e_ident[EI_CLASS] == ELFCLASS64) */
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 216 case ELFCLASS64:
link_map.c 130 *elfclass = ELFCLASS64;
  /external/elfutils/0.153/src/
size.c 150 [ELFCLASS64 - 1] =
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 250 || elf->e_ident[EI_CLASS] == ELFCLASS64;
275 } else { /* if (elf->e_ident[EI_CLASS] == ELFCLASS64) */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 250 || elf->e_ident[EI_CLASS] == ELFCLASS64;
275 } else { /* if (elf->e_ident[EI_CLASS] == ELFCLASS64) */
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 349 #define ELFCLASS64 2
367 return ident[EI_CLASS] == ELFCLASS64;
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 240 } else if (Ident.first == ELF::ELFCLASS64 &&
245 } else if (Ident.first == ELF::ELFCLASS64 &&
    [all...]
  /external/elfutils/0.153/libelf/
elf_begin.c 272 && e_ident[EI_CLASS] != ELFCLASS64)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 1013 *is_64_bit = (gelf_getclass(elf) == ELFCLASS64);

Completed in 606 milliseconds

1 2 3 4 5 6 7 8910