Home
last modified time | relevance | path

Searched refs:ELFCLASS64 (Results 1 – 25 of 35) sorted by relevance

12

/external/valgrind/main/coregrind/
Dpub_core_machine.h51 # define VG_ELF_CLASS ELFCLASS64
61 # define VG_ELF_CLASS ELFCLASS64
76 # define VG_ELF_CLASS ELFCLASS64
Dlauncher-linux.c203 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) { in select_platform()
/external/llvm/lib/Object/
DELFObjectFile.cpp51 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/
Delf-from-memory.c155 case ELFCLASS64: in elf_from_remote_memory()
246 case ELFCLASS64: in elf_from_remote_memory()
323 case ELFCLASS64: in elf_from_remote_memory()
Ddwfl_segment_report_module.c212 case ELFCLASS64: in dwfl_segment_report_module()
Dlink_map.c131 *elfclass = ELFCLASS64; in auxv_format_probe()
/external/elfutils/backends/
Ds390_init.c57 if (eh->class == ELFCLASS64)
Dsparc_init.c64 if (eh->class == ELFCLASS64)
Ds390_regs.c67 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in s390_register_info()
/external/elfutils/libelf/
Delf-knowledge.h125 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
Delf_getdata.c125 [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()
Dgelf_fsize.c93 [ELFCLASS64 - 1] = {
Dgelf_xlate.c225 [ELFCLASS64 - 1] = {
Delf_begin.c271 && e_ident[EI_CLASS] != ELFCLASS64) in file_read_elf()
/external/qemu/elff/
Delf_file.cc119 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()
Delff_elf.h126 #define ELFCLASS64 2 macro
/external/elfutils/libebl/
Deblopenbackend.c82 { "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/
Dgenccode.c39 # if defined(ELFCLASS64)
/external/icu4c/tools/toolutil/
Dpkg_genc.c28 # 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/
DRuntimeDyldELF.cpp174 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/
Dloader.c341 if (e_ident[EI_CLASS] == ELFCLASS64) { in load_elf()
Delf.h1163 #define ELFCLASS64 2 macro
/external/elfutils/src/
Dsize.c150 [ELFCLASS64 - 1] =
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c253 || elf->e_ident[EI_CLASS] == ELFCLASS64; in parse_elf_header()
/external/llvm/include/llvm/Support/
DELF.h298 ELFCLASS64 = 2 // 64-bit object file enumerator

12