Searched refs:EI_CLASS (Results 1 – 19 of 19) sorted by relevance
/external/grub/stage2/ |
D | i386-elf.h | 45 #define EI_CLASS 4 /* data sizes */ macro 98 & (h.e_ident[EI_CLASS] == ELFCLASS32) & (h.e_ident[EI_DATA] == ELFDATA2LSB) \
|
/external/elfutils/libelf/ |
D | elf_begin.c | 72 bool is32 = e_ident[EI_CLASS] == ELFCLASS32; in get_shnum() 210 if ((e_ident[EI_CLASS] != ELFCLASS32 in file_read_elf() 211 && e_ident[EI_CLASS] != ELFCLASS64) in file_read_elf() 237 if (e_ident[EI_CLASS] == ELFCLASS32) in file_read_elf() 411 elf->class = e_ident[EI_CLASS]; in file_read_elf() 483 if (maxsize >= (header[EI_CLASS] == ELFCLASS32 in read_unmmaped_file()
|
D | elf-knowledge.h | 103 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
|
D | common.h | 39 int eclass = (int) ((unsigned char *) buf)[EI_CLASS]; in determine_kind()
|
D | elf32_updatenull.c | 50 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS), in ELFW()
|
D | elf.h | 122 #define EI_CLASS 4 /* File class byte index */ macro
|
/external/elfutils/libasm/ |
D | asm_begin.c | 71 ehdr->e_ident[EI_CLASS] = klass; in prepare_binary_output()
|
/external/chromium/third_party/icu/source/tools/toolutil/ |
D | pkg_genc.c | 684 pHeader32->e_ident[EI_CLASS]<ELFCLASS32 || pHeader32->e_ident[EI_CLASS]>ELFCLASS64 in getArchitecture() 690 *pBits= pHeader32->e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */ in getArchitecture()
|
/external/icu4c/tools/toolutil/ |
D | pkg_genc.c | 684 pHeader32->e_ident[EI_CLASS]<ELFCLASS32 || pHeader32->e_ident[EI_CLASS]>ELFCLASS64 in getArchitecture() 690 *pBits= pHeader32->e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */ in getArchitecture()
|
/external/elfutils/tests/ |
D | asm-tst1.c | 31 [EI_CLASS] = ELFCLASS32,
|
D | asm-tst2.c | 31 [EI_CLASS] = ELFCLASS32,
|
D | saridx.c | 198 ehdr.e_ident[EI_CLASS] == ELFCLASS32 in main()
|
D | asm-tst9.c | 39 [EI_CLASS] = ELFCLASS32,
|
/external/elfutils/src/ |
D | readelf.c | 561 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? "ELF32" in print_ehdr() 562 : ehdr->e_ident[EI_CLASS] == ELFCLASS64 ? "ELF64" in print_ehdr() 695 if (ehdr->e_ident[EI_CLASS] == ELFCLASS32) in print_shdr() 753 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, shdr->sh_addr, in print_shdr() 754 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 6 : 8, shdr->sh_offset, in print_shdr() 755 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 6 : 8, shdr->sh_size, in print_shdr() 776 if (ehdr->e_ident[EI_CLASS] == ELFCLASS32) in print_phdr() 804 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, phdr->p_vaddr, in print_phdr() 805 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, phdr->p_paddr, in print_phdr() 3356 digits, n, ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 10 : 18, in print_debug_aranges_section() [all …]
|
D | elflint.c | 369 if (ehdr->e_ident[EI_CLASS] != ELFCLASS32 in check_elf_header() 370 && ehdr->e_ident[EI_CLASS] != ELFCLASS64) in check_elf_header() 372 EI_CLASS, ehdr->e_ident[EI_CLASS]); in check_elf_header() 2363 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64 in check_note()
|
/external/kernel-headers/original/linux/ |
D | elf.h | 299 #define EI_CLASS 4 macro
|
/external/qemu/ |
D | loader.c | 341 if (e_ident[EI_CLASS] == ELFCLASS64) { in load_elf()
|
D | elf.h | 1085 #define EI_CLASS 4 macro
|
/external/libvpx/build/make/ |
D | obj_int_extract.c | 255 res &= elf->hdr.e_ident[EI_CLASS] == ELFCLASS32; in parse_elf32_header()
|