Home
last modified time | relevance | path

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

123

/external/valgrind/coregrind/
Dpub_core_machine.h52 # define VG_ELF_CLASS ELFCLASS64
62 # define VG_ELF_CLASS ELFCLASS64
67 # define VG_ELF_CLASS ELFCLASS64
77 # define VG_ELF_CLASS ELFCLASS64
87 # define VG_ELF_CLASS ELFCLASS64
109 # define VG_ELF_CLASS ELFCLASS64
117 # define VG_ELF_CLASS ELFCLASS64
/external/ltrace/sysdeps/linux-gnu/alpha/
Darch.h26 #define LT_ELFCLASS ELFCLASS64
28 #define LT_ELFCLASS2 ELFCLASS64
/external/elfutils/src/backends/
Ds390_init.c60 if (eh->class == ELFCLASS64)
76 if (eh->class == ELFCLASS64)
Ds390_unwind.c60 instr = (instr >> (ebl->class == ELFCLASS64 ? 48 : 16)) & 0xffff; in s390_unwind()
72 unsigned word_size = ebl->class == ELFCLASS64 ? 8 : 4; in s390_unwind()
Ds390_cfi.c60 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4; in s390_abi_cfi()
Dppc_cfi.c68 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4; in ppc_abi_cfi()
Dsparc_init.c67 if (eh->class == ELFCLASS64)
/external/llvm/lib/Object/
DELFObjectFile.cpp52 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB) in createELFObjectFile()
62 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) { in createELFObjectFile()
/external/elfutils/src/libebl/
Deblopenbackend.c61 { "ia64", "elf_ia64", "ia64", 4, EM_IA_64, ELFCLASS64, ELFDATA2LSB },
62 { "alpha", "elf_alpha", "alpha", 5, EM_ALPHA, ELFCLASS64, ELFDATA2LSB },
63 { "x86_64", "elf_x86_64", "x86_64", 6, EM_X86_64, ELFCLASS64, ELFDATA2LSB },
65 { "ppc64", "elf_ppc64", "ppc64", 5, EM_PPC64, ELFCLASS64, ELFDATA2MSB },
66 { "tilegx", "elf_tilegx", "tilegx", 6, EM_TILEGX, ELFCLASS64, ELFDATA2LSB },
134 { "aarch64", "elf_aarch64", "aarch64", 7, EM_AARCH64, ELFCLASS64, 0 },
/external/ltrace/sysdeps/linux-gnu/s390/
Dtrace.c203 return proc->e_class == ELFCLASS64 ? 8 : 4; in arch_type_sizeof()
246 return proc->e_class == ELFCLASS64 ? 8 : 4; in arch_type_alignof()
Darch.h35 #define LT_ELFCLASS2 ELFCLASS64
/external/google-breakpad/src/common/linux/
Delfutils.cc149 } else if (cls == ELFCLASS64) { in FindElfSection()
185 } else if (cls == ELFCLASS64) { in FindElfSegment()
Delf_core_dump.h57 static const int kClass = ELFCLASS64;
Dsynth_elf.cc18 addr_size_(file_class == ELFCLASS64 ? 8 : 4), in ELF()
28 assert(file_class == ELFCLASS32 || file_class == ELFCLASS64); in ELF()
/external/libunwind/src/
Delf64.h5 #define ELF_CLASS ELFCLASS64
/external/ltrace/sysdeps/linux-gnu/aarch64/
Darch.h29 #define LT_ELFCLASS ELFCLASS64
/external/ltrace/sysdeps/linux-gnu/ia64/
Darch.h33 #define LT_ELFCLASS ELFCLASS64
/external/elfutils/src/libdwfl/
Delf-from-memory.c139 case ELFCLASS64: in elf_from_remote_memory()
243 case ELFCLASS64: in elf_from_remote_memory()
325 case ELFCLASS64: in elf_from_remote_memory()
/external/ltrace/sysdeps/linux-gnu/x86/
Darch.h43 #define LT_ELFCLASS ELFCLASS64
/external/llvm/test/Object/
Delf-unknown-type.test5 Class: ELFCLASS64
/external/libunwind/src/ptrace/
D_UPT_get_proc_name.c35 #if ELF_CLASS == ELFCLASS64 in _UPT_get_proc_name()
/external/elfutils/src/libelf/
Delf-knowledge.h102 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
Delf_getdata.c104 [ELFCLASS64 - 1] = TYPE_ALIGNS (64),
225 || (t == ELF_T_GNUHASH && elf->class == ELFCLASS64)) in __libelf_set_rawdata_wrlock()
294 if (type == SHT_HASH && elf->class == ELFCLASS64) in __libelf_set_rawdata_wrlock()
/external/ltrace/sysdeps/linux-gnu/ppc/
Darch.h35 #define LT_ELFCLASS2 ELFCLASS64
/external/libunwind/src/coredump/
D_UCD_get_proc_name.c63 #if ELF_CLASS == ELFCLASS64 in _UCD_get_proc_name()

123