Home
last modified time | relevance | path

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

1234

/third_party/elfutils/tests/
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()
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()
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()
Delfshphehdr.c172 test (elf, ELFCLASS64, false); in main()
177 test (elf, ELFCLASS64, true); in main()
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()
Dnewdata.c400 check_elf (ELFCLASS64, 0); in main()
401 check_elf (ELFCLASS64, 1); in main()
/third_party/elfutils/backends/
Ds390_init.c54 if (eh->class == ELFCLASS64) in s390_init()
70 if (eh->class == ELFCLASS64) in s390_init()
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()
Driscv_init.c72 if (eh->class == ELFCLASS64) in riscv_init()
76 if (eh->class == ELFCLASS64) in riscv_init()
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.c60 if (eh->class == ELFCLASS64) in sparc_init()
Ds390_regs.c70 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in s390_register_info()
Driscv_regs.c52 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in riscv_register_info()
/third_party/elfio/elfio/
Delfio.hpp177 if ( ( e_ident[EI_CLASS] != ELFCLASS64 ) && in load()
280 if ( header->get_class() == ELFCLASS64 ) { in get_default_entry_size()
287 if ( header->get_class() == ELFCLASS64 ) { in get_default_entry_size()
294 if ( header->get_class() == ELFCLASS64 ) { in get_default_entry_size()
301 if ( header->get_class() == ELFCLASS64 ) { in get_default_entry_size()
411 if ( file_class == ELFCLASS64 ) { in create_header()
433 if ( file_class == ELFCLASS64 ) { in create_section()
459 if ( file_class == ELFCLASS64 ) { in create_segment()
504 if ( ( num != 0 && file_class == ELFCLASS64 && in load_sections()
563 if ( ( num != 0 && file_class == ELFCLASS64 && in load_segments()
[all …]
/third_party/elfutils/libebl/
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/
Delf-knowledge.h78 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
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()
/third_party/libunwind/include/
Dlibunwind_i.h76 #if defined(ELFCLASS64)
77 # define UNW_ELFCLASS64 ELFCLASS64
/third_party/ltp/libs/libltpvdso/
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/tests/
DELFIOTest.cpp319 checkHeader( reader, ELFCLASS64, ELFDATA2LSB, EV_CURRENT, ET_EXEC, in TEST()
427 checkHeader( reader, ELFCLASS64, ELFDATA2LSB, EV_CURRENT, ET_REL, EM_X86_64, in TEST()
819 writer.create( ELFCLASS64, ELFDATA2LSB ); in TEST()
849 checkHeader( reader, ELFCLASS64, ELFDATA2LSB, EV_CURRENT, ET_REL, EM_X86_64, in TEST()
872 writer.create( ELFCLASS64, ELFDATA2MSB ); in TEST()
902 checkHeader( reader, ELFCLASS64, ELFDATA2MSB, EV_CURRENT, ET_REL, EM_PPC64, in TEST()
DELFIOTest1.cpp43 writer.create( is64bit ? ELFCLASS64 : ELFCLASS32, ELFDATA2LSB ); in write_obj_i386()
142 writer.create( is64bit ? ELFCLASS64 : ELFCLASS32, ELFDATA2LSB ); in write_exe_i386()
621 writer.create( ELFCLASS64, ELFDATA2LSB ); in TEST()
733 writer.create( ELFCLASS64, ELFDATA2LSB ); in TEST()
/third_party/libunwind/src/coredump/
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/elfutils/libdwfl/
Dlinux-proc-maps.c77 || (buf[EI_CLASS] != ELFCLASS64 && buf[EI_CLASS] != ELFCLASS32)) in get_pid_class()
167 if (pid_class == ELFCLASS64 || (valid64 && ! valid32)) in grovel_auxv()

1234