/external/minijail/ |
D | elfparse.c | 78 (pHeader[EI_CLASS] == ELFCLASS64)) { in get_elf_linkage() 82 (pHeader[EI_CLASS] == ELFCLASS64)) { in get_elf_linkage() 86 (pHeader[EI_CLASS] == ELFCLASS32)) { in get_elf_linkage() 90 (pHeader[EI_CLASS] == ELFCLASS32)) { in get_elf_linkage()
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.cc | 58 assert(elf_header->e_ident[EI_CLASS] == ElfClass::kClass); in FindElfClassSection() 93 assert(elf_header->e_ident[EI_CLASS] == ElfClass::kClass); in FindElfClassSegment() 118 return elf_header->e_ident[EI_CLASS]; in ElfClass()
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 71 unsigned char buf[EI_CLASS + 1]; in get_pid_class() 77 || (buf[EI_CLASS] != ELFCLASS64 && buf[EI_CLASS] != ELFCLASS32)) in get_pid_class() 80 return buf[EI_CLASS]; in get_pid_class()
|
D | elf-from-memory.c | 127 switch (buffer[EI_CLASS]) in elf_from_remote_memory() 200 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in elf_from_remote_memory() 226 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory() 308 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory()
|
D | link_map.c | 626 size_t buffer_available = addrsize (ehdr.e_ident[EI_CLASS]); in consider_executable() 642 if (ehdr.e_ident[EI_CLASS] == ELFCLASS32) in consider_executable() 653 *elfclass = ehdr.e_ident[EI_CLASS]; in consider_executable() 654 else if (*elfclass != ehdr.e_ident[EI_CLASS]) in consider_executable()
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | elf.c | 46 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get() 52 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
|
/external/u-boot/drivers/net/pfe_eth/ |
D | pfe_firmware.c | 49 if (elf_hdr->e_ident[EI_CLASS] != ELFCLASS32) { in pfe_load_elf() 51 elf_hdr->e_ident[EI_CLASS]); in pfe_load_elf()
|
/external/elfutils/libdw/ |
D | encoded-value.h | 57 return e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in encoded_value_size() 80 width = width ?: cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in __libdw_cfi_read_address_inc()
|
D | dwarf_frame_cfa.c | 62 fs->cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8, 4, in dwarf_frame_cfa()
|
D | dwarf_frame_register.c | 96 unsigned int address_size = (fs->cache->e_ident[EI_CLASS] == ELFCLASS32 in dwarf_frame_register()
|
D | dwarf_next_lines.c | 173 address_size = ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in dwarf_next_lines()
|
D | cie.c | 125 = cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in intern_new_cie()
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 114 if (elf_header32.e_ident[EI_CLASS] != ELFCLASS32 in _UCD_create() 115 && elf_header32.e_ident[EI_CLASS] != ELFCLASS64) in _UCD_create() 127 _64bits = (elf_header32.e_ident[EI_CLASS] == ELFCLASS64); in _UCD_create()
|
/external/elfutils/libelf/ |
D | elf_begin.c | 89 bool is32 = e_ident[EI_CLASS] == ELFCLASS32; in get_shnum() 272 if (unlikely ((e_ident[EI_CLASS] != ELFCLASS32 in file_read_elf() 273 && e_ident[EI_CLASS] != ELFCLASS64) in file_read_elf() 292 if (e_ident[EI_CLASS] == ELFCLASS32) in file_read_elf() 326 elf->class = e_ident[EI_CLASS]; in file_read_elf() 328 if (e_ident[EI_CLASS] == ELFCLASS32) in file_read_elf() 610 if ((size_t) nread >= (mem.header[EI_CLASS] == ELFCLASS32 in read_unmmaped_file()
|
D | elf-knowledge.h | 78 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
|
D | common.h | 53 int eclass = (int) ((unsigned char *) buf)[EI_CLASS]; in determine_kind()
|
/external/u-boot/tools/ |
D | prelink-riscv.c | 93 bool is64 = e_ident[EI_CLASS] == ELFCLASS64; in main()
|
/external/libunwind/src/ |
D | elfxx.h | 99 && e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE in elf_w() 117 return e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE in elf_w()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 53 EI_CLASS = 4, // File class. enumerator 80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() 104 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 54 EI_CLASS = 4, // File class. enumerator 81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() 105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 54 EI_CLASS = 4, // File class. enumerator 81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() 105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 52 EI_CLASS = 4, // File class. enumerator 81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() 107 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass()
|
/external/elfutils/libasm/ |
D | asm_begin.c | 103 ehdr->e_ident[EI_CLASS] = class; in prepare_binary_output()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 728 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64 in getArchitecture() 734 …*pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above… in getArchitecture()
|
/external/elfutils/tests/ |
D | asm-tst1.c | 39 [EI_CLASS] = ELFCLASS32,
|