Home
last modified time | relevance | path

Searched refs:EI_CLASS (Results 1 – 19 of 19) sorted by relevance

/external/grub/stage2/
Di386-elf.h45 #define EI_CLASS 4 /* data sizes */ macro
98 & (h.e_ident[EI_CLASS] == ELFCLASS32) & (h.e_ident[EI_DATA] == ELFDATA2LSB) \
/external/elfutils/libelf/
Delf_begin.c72 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()
Delf-knowledge.h103 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
Dcommon.h39 int eclass = (int) ((unsigned char *) buf)[EI_CLASS]; in determine_kind()
Delf32_updatenull.c50 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS), in ELFW()
Delf.h122 #define EI_CLASS 4 /* File class byte index */ macro
/external/elfutils/libasm/
Dasm_begin.c71 ehdr->e_ident[EI_CLASS] = klass; in prepare_binary_output()
/external/chromium/third_party/icu/source/tools/toolutil/
Dpkg_genc.c684 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/
Dpkg_genc.c684 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/
Dasm-tst1.c31 [EI_CLASS] = ELFCLASS32,
Dasm-tst2.c31 [EI_CLASS] = ELFCLASS32,
Dsaridx.c198 ehdr.e_ident[EI_CLASS] == ELFCLASS32 in main()
Dasm-tst9.c39 [EI_CLASS] = ELFCLASS32,
/external/elfutils/src/
Dreadelf.c561 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 …]
Delflint.c369 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/
Delf.h299 #define EI_CLASS 4 macro
/external/qemu/
Dloader.c341 if (e_ident[EI_CLASS] == ELFCLASS64) { in load_elf()
Delf.h1085 #define EI_CLASS 4 macro
/external/libvpx/build/make/
Dobj_int_extract.c255 res &= elf->hdr.e_ident[EI_CLASS] == ELFCLASS32; in parse_elf32_header()