Home
last modified time | relevance | path

Searched refs:ELFCLASS64 (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/elfutils/tests/
H A Dvendorelf.c70 ehdr->e_ident[EI_DATA] = class == ELFCLASS64 ? ELFDATA2LSB : ELFDATA2MSB; in check_elf()
194 check_elf ("vendor.elf.64", ELFCLASS64, 0); in main()
195 check_elf ("vendor.elf.64.mmap", ELFCLASS64, 1); in main()
H A Demptyfile.c101 ehdr->e_ident[EI_DATA] = class == ELFCLASS64 ? ELFDATA2LSB : ELFDATA2MSB; in check_elf()
274 check_elf ("empty.elf.64", ELFCLASS64, 0); in main()
275 check_elf ("empty.elf.64.mmap", ELFCLASS64, 1); in main()
H A Dfillfile.c235 ehdr->e_ident[EI_DATA] = class == ELFCLASS64 ? ELFDATA2LSB : ELFDATA2MSB; in check_elf()
445 check_elf ("fill.elf.64", ELFCLASS64, 0); in main()
446 check_elf ("fill.elf.64.mmap", ELFCLASS64, 1); in main()
H A Delfstrtab.c168 ehdr->e_ident[EI_DATA] = class == ELFCLASS64 ? ELFDATA2LSB : ELFDATA2MSB; in check_elf()
392 check_elf ("strtab.elf.64", ELFCLASS64, 0); in main()
393 check_elf ("strtab.elf.64.mmap", ELFCLASS64, 1); in main()
H A Delfshphehdr.c172 test (elf, ELFCLASS64, false); in main()
177 test (elf, ELFCLASS64, true); in main()
H A Dnewdata.c400 check_elf (ELFCLASS64, 0); in main()
401 check_elf (ELFCLASS64, 1); in main()
/third_party/elfio/elfio/
H A Delfio.hpp177 if ( ( e_ident[EI_CLASS] != ELFCLASS64 ) &&
280 if ( header->get_class() == ELFCLASS64 ) {
287 if ( header->get_class() == ELFCLASS64 ) {
294 if ( header->get_class() == ELFCLASS64 ) {
301 if ( header->get_class() == ELFCLASS64 ) {
411 if ( file_class == ELFCLASS64 ) {
433 if ( file_class == ELFCLASS64 ) {
459 if ( file_class == ELFCLASS64 ) {
504 if ( ( num != 0 && file_class == ELFCLASS64 &&
563 if ( ( num != 0 && file_class == ELFCLASS64
[all...]
/third_party/elfutils/backends/
H A Ds390_init.c54 if (eh->class == ELFCLASS64) in s390_init()
70 if (eh->class == ELFCLASS64) in s390_init()
H A Dsparc_regs.c69 if ((ebl->class == ELFCLASS64 ? 0 : 4) + 1 - (unsigned int) regno <= 1) in sparc_register_info()
71 return stpncpy (name, names[ebl->class == ELFCLASS64][regno], in sparc_register_info()
H A Driscv_init.c72 if (eh->class == ELFCLASS64)
76 if (eh->class == ELFCLASS64)
H A 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()
H A Ds390_cfi.c60 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4; in s390_abi_cfi()
H A Dppc_cfi.c68 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4; in ppc_abi_cfi()
H A Dsparc_init.c60 if (eh->class == ELFCLASS64)
H A Ds390_regs.c70 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in s390_register_info()
H A Driscv_regs.c52 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in riscv_register_info()
/third_party/elfutils/libebl/
H A Deblopenbackend.c75 { ia64_init, "elf_ia64", "ia64", 4, EM_IA_64, ELFCLASS64, ELFDATA2LSB },
76 { alpha_init, "elf_alpha", "alpha", 5, EM_ALPHA, ELFCLASS64, ELFDATA2LSB },
77 { x86_64_init, "elf_x86_64", "x86_64", 6, EM_X86_64, ELFCLASS64, ELFDATA2LSB },
79 { ppc64_init, "elf_ppc64", "ppc64", 5, EM_PPC64, ELFCLASS64, ELFDATA2MSB },
88 { NULL, "elf_tilegx", "tilegx", 6, EM_TILEGX, ELFCLASS64, ELFDATA2LSB },
148 { aarch64_init, "elf_aarch64", "aarch64", 7, EM_AARCH64, ELFCLASS64, 0 },
150 { riscv_init, "elf_riscv", "riscv", 5, EM_RISCV, ELFCLASS64, ELFDATA2LSB },
/third_party/elfutils/libelf/
H A Delf-knowledge.h78 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
H A Delf_getdata.c108 [ELFCLASS64 - 1] = {
122 if (sh_type == SHT_HASH && ehdr->e_ident[EI_CLASS] == ELFCLASS64) in __libelf_data_type()
284 || (t == ELF_T_GNUHASH && elf->class == ELFCLASS64)) in __libelf_set_rawdata_wrlock()
H A Dgelf_fsize.c75 [ELFCLASS64 - 1] = {
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c85 && elf_header32.e_ident[EI_CLASS] != ELFCLASS64) in _UCD_create()
97 _64bits = (elf_header32.e_ident[EI_CLASS] == ELFCLASS64); in _UCD_create()
/third_party/libunwind/libunwind/include/
H A Dlibunwind_i.h71 #if defined(ELFCLASS64)
72 # define UNW_ELFCLASS64 ELFCLASS64
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c104 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
111 && hdr->e_ident[EI_CLASS] == ELFCLASS64) in vdso_init_from_sysinfo_ehdr()
/third_party/elfio/examples/writer/
H A Dwriter.cpp50 writer.create( ELFCLASS64, ELFDATA2LSB ); in main()
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c56 /* Return ELFCLASS64 or ELFCLASS32 for the main ELF executable. Return
77 || (buf[EI_CLASS] != ELFCLASS64 && buf[EI_CLASS] != ELFCLASS32)) in get_pid_class()
167 if (pid_class == ELFCLASS64 || (valid64 && ! valid32)) in grovel_auxv()

Completed in 10 milliseconds

1234