/external/valgrind/main/coregrind/ |
D | pub_core_machine.h | 51 # define VG_ELF_CLASS ELFCLASS64 61 # define VG_ELF_CLASS ELFCLASS64 76 # define VG_ELF_CLASS ELFCLASS64
|
D | launcher-linux.c | 203 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) { in select_platform()
|
/external/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 51 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB) in createELFObjectFile() 61 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) { in createELFObjectFile()
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 155 case ELFCLASS64: in elf_from_remote_memory() 246 case ELFCLASS64: in elf_from_remote_memory() 323 case ELFCLASS64: in elf_from_remote_memory()
|
D | dwfl_segment_report_module.c | 212 case ELFCLASS64: in dwfl_segment_report_module()
|
D | link_map.c | 131 *elfclass = ELFCLASS64; in auxv_format_probe()
|
/external/elfutils/backends/ |
D | s390_init.c | 57 if (eh->class == ELFCLASS64)
|
D | sparc_init.c | 64 if (eh->class == ELFCLASS64)
|
D | s390_regs.c | 67 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in s390_register_info()
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 125 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
|
D | elf_getdata.c | 125 [ELFCLASS64 - 1] = TYPE_ALIGNS (64), 246 || (t == ELF_T_GNUHASH && elf->class == ELFCLASS64)) in __libelf_set_rawdata_wrlock() 313 if (type == SHT_HASH && elf->class == ELFCLASS64) in __libelf_set_rawdata_wrlock()
|
D | gelf_fsize.c | 93 [ELFCLASS64 - 1] = {
|
D | gelf_xlate.c | 225 [ELFCLASS64 - 1] = {
|
D | elf_begin.c | 271 && e_ident[EI_CLASS] != ELFCLASS64) in file_read_elf()
|
/external/qemu/elff/ |
D | elf_file.cc | 119 elf_hdr->ei_info.ei_class == ELFCLASS64); in Create() 121 elf_hdr->ei_info.ei_class != ELFCLASS64) { in Create() 166 is_ELF_64_ = elf_hdr->ei_info.ei_class == ELFCLASS64; in initialize()
|
D | elff_elf.h | 126 #define ELFCLASS64 2 macro
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 82 { "ia64", "elf_ia64", "ia64", 4, EM_IA_64, ELFCLASS64, ELFDATA2LSB }, 83 { "alpha", "elf_alpha", "alpha", 5, EM_ALPHA, ELFCLASS64, ELFDATA2LSB }, 84 { "x86_64", "elf_x86_64", "x86_64", 6, EM_X86_64, ELFCLASS64, ELFDATA2LSB }, 86 { "ppc64", "elf_ppc64", "ppc64", 5, EM_PPC64, ELFCLASS64, ELFDATA2MSB },
|
/external/icu4c/tools/genccode/ |
D | genccode.c | 39 # if defined(ELFCLASS64)
|
/external/icu4c/tools/toolutil/ |
D | pkg_genc.c | 28 # if defined(ELFCLASS64) 702 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64 in getArchitecture() 886 ELFCLASS64, in writeObjectCode()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 174 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB) { in createObjectImage() 180 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) { in createObjectImage()
|
/external/qemu/ |
D | loader.c | 341 if (e_ident[EI_CLASS] == ELFCLASS64) { in load_elf()
|
D | elf.h | 1163 #define ELFCLASS64 2 macro
|
/external/elfutils/src/ |
D | size.c | 150 [ELFCLASS64 - 1] =
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 253 || elf->e_ident[EI_CLASS] == ELFCLASS64; in parse_elf_header()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 298 ELFCLASS64 = 2 // 64-bit object file enumerator
|