/third_party/elfutils/tests/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | elfshphehdr.c | 172 test (elf, ELFCLASS64, false); in main() 177 test (elf, ELFCLASS64, true); in main()
|
H A D | newdata.c | 400 check_elf (ELFCLASS64, 0); in main() 401 check_elf (ELFCLASS64, 1); in main()
|
/third_party/elfio/elfio/ |
H A D | elfio.hpp | 177 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 D | s390_init.c | 54 if (eh->class == ELFCLASS64) in s390_init() 70 if (eh->class == ELFCLASS64) in s390_init()
|
H A 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()
|
H A D | riscv_init.c | 72 if (eh->class == ELFCLASS64) 76 if (eh->class == ELFCLASS64)
|
H A 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()
|
H A D | s390_cfi.c | 60 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4; in s390_abi_cfi()
|
H A D | ppc_cfi.c | 68 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4; in ppc_abi_cfi()
|
H A D | sparc_init.c | 60 if (eh->class == ELFCLASS64)
|
H A D | s390_regs.c | 70 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in s390_register_info()
|
H A D | riscv_regs.c | 52 *bits = ebl->class == ELFCLASS64 ? 64 : 32; in riscv_register_info()
|
/third_party/elfutils/libebl/ |
H A 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/ |
H A D | elf-knowledge.h | 78 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
|
H A 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()
|
H A D | gelf_fsize.c | 75 [ELFCLASS64 - 1] = {
|
/third_party/libunwind/libunwind/src/coredump/ |
H A 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/libunwind/libunwind/include/ |
H A D | libunwind_i.h | 71 #if defined(ELFCLASS64) 72 # define UNW_ELFCLASS64 ELFCLASS64
|
/third_party/ltp/libs/libltpvdso/ |
H A 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/examples/writer/ |
H A D | writer.cpp | 50 writer.create( ELFCLASS64, ELFDATA2LSB ); in main()
|
/third_party/elfutils/libdwfl/ |
H A D | linux-proc-maps.c | 56 /* 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()
|