/third_party/elfutils/tests/ |
D | vendorelf.c | 70 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()
|
D | emptyfile.c | 101 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()
|
D | elfstrtab.c | 168 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()
|
D | elfshphehdr.c | 172 test (elf, ELFCLASS64, false); in main() 177 test (elf, ELFCLASS64, true); in main()
|
D | fillfile.c | 235 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()
|
D | newdata.c | 400 check_elf (ELFCLASS64, 0); in main() 401 check_elf (ELFCLASS64, 1); in main()
|
/third_party/elfutils/backends/ |
D | s390_init.c | 54 if (eh->class == ELFCLASS64) in s390_init() 70 if (eh->class == ELFCLASS64) in s390_init()
|
D | sparc_regs.c | 69 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()
|
D | riscv_init.c | 72 if (eh->class == ELFCLASS64) in riscv_init() 76 if (eh->class == ELFCLASS64) in riscv_init()
|
D | s390_unwind.c | 60 instr = (instr >> (ebl->class == ELFCLASS64 ? 48 : 16)) & 0xffff; in s390_unwind() 72 unsigned word_size = ebl->class == ELFCLASS64 ? 8 : 4; in s390_unwind()
|
D | s390_cfi.c | 60 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4; in s390_abi_cfi()
|
D | ppc_cfi.c | 68 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4; in ppc_abi_cfi()
|
D | sparc_init.c | 60 if (eh->class == ELFCLASS64) in sparc_init()
|
D | s390_regs.c | 70 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in s390_register_info()
|
D | riscv_regs.c | 52 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in riscv_register_info()
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 177 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/ |
D | eblopenbackend.c | 75 { 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/ |
D | elf-knowledge.h | 78 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
|
D | elf_getdata.c | 108 [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/ |
D | libunwind_i.h | 76 #if defined(ELFCLASS64) 77 # define UNW_ELFCLASS64 ELFCLASS64
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 104 (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/ |
D | ELFIOTest.cpp | 319 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()
|
D | ELFIOTest1.cpp | 43 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.c | 85 && 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/ |
D | linux-proc-maps.c | 77 || (buf[EI_CLASS] != ELFCLASS64 && buf[EI_CLASS] != ELFCLASS32)) in get_pid_class() 167 if (pid_class == ELFCLASS64 || (valid64 && ! valid32)) in grovel_auxv()
|