Searched refs:EI_CLASS (Results 1 - 25 of 61) sorted by relevance

123

/external/elfutils/libdw/
H A Ddwarf_frame_cfa.c62 fs->cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8, 4,
H A Dencoded-value.h57 return e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
79 width = width ?: cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
H A Ddwarf_frame_register.c96 unsigned int address_size = (fs->cache->e_ident[EI_CLASS] == ELFCLASS32
H A Dcie.c125 = cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
H A Ddwarf_next_cfi.c137 uint_fast8_t address_size = e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
/external/minijail/
H A Delfparse.c71 (pHeader[EI_CLASS] == ELFCLASS64)) {
75 (pHeader[EI_CLASS] == ELFCLASS64)) {
79 (pHeader[EI_CLASS] == ELFCLASS32)) {
83 (pHeader[EI_CLASS] == ELFCLASS32)) {
/external/elfutils/libelf/
H A Delf-knowledge.h102 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
H A Dcommon.h53 int eclass = (int) ((unsigned char *) buf)[EI_CLASS];
H A Delf_begin.c90 bool is32 = e_ident[EI_CLASS] == ELFCLASS32;
252 if (unlikely ((e_ident[EI_CLASS] != ELFCLASS32
253 && e_ident[EI_CLASS] != ELFCLASS64)
270 if (e_ident[EI_CLASS] == ELFCLASS32)
298 elf->class = e_ident[EI_CLASS];
300 if (e_ident[EI_CLASS] == ELFCLASS32)
582 if ((size_t) nread >= (mem.header[EI_CLASS] == ELFCLASS32
/external/google-breakpad/src/common/linux/
H A Delfutils.cc58 assert(elf_header->e_ident[EI_CLASS] == ElfClass::kClass);
93 assert(elf_header->e_ident[EI_CLASS] == ElfClass::kClass);
118 return elf_header->e_ident[EI_CLASS];
/external/syslinux/gpxe/src/util/
H A Diccfix.c113 switch ( eident[EI_CLASS] ) {
122 eident[EI_CLASS], filename );
/external/syslinux/efi/
H A Dwrapper.c196 if (e32_hdr.e_ident[EI_CLASS] == ELFCLASS32) {
204 else if (e32_hdr.e_ident[EI_CLASS] == ELFCLASS64) {
240 if (e32_hdr.e_ident[EI_CLASS] == ELFCLASS32) {
255 } else if (e32_hdr.e_ident[EI_CLASS] == ELFCLASS64) {
/external/syslinux/gpxe/src/arch/i386/image/
H A Delfboot.c81 [EI_CLASS] = ELFCLASS32,
/external/elfutils/libdwfl/
H A Delf-from-memory.c127 switch (buffer[EI_CLASS])
194 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
220 switch (ehdr.e32.e_ident[EI_CLASS])
302 switch (ehdr.e32.e_ident[EI_CLASS])
H A Dlinux-proc-maps.c67 unsigned char buf[EI_CLASS + 1];
73 || (buf[EI_CLASS] != ELFCLASS64 && buf[EI_CLASS] != ELFCLASS32))
76 return buf[EI_CLASS];
/external/libunwind/src/coredump/
H A D_UCD_create.c114 if (elf_header32.e_ident[EI_CLASS] != ELFCLASS32
115 && elf_header32.e_ident[EI_CLASS] != ELFCLASS64)
127 _64bits = (elf_header32.e_ident[EI_CLASS] == ELFCLASS64);
/external/libunwind/src/
H A Delfxx.h99 && e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE
117 return e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE
/external/elfutils/libasm/
H A Dasm_begin.c103 ehdr->e_ident[EI_CLASS] = class;
/external/elfutils/tests/
H A Dasm-tst1.c39 [EI_CLASS] = ELFCLASS32,
H A Dasm-tst2.c39 [EI_CLASS] = ELFCLASS32,
H A Dsaridx.c202 ehdr.e_ident[EI_CLASS] == ELFCLASS32
/external/syslinux/gpxe/src/include/
H A Delf.h128 #define EI_CLASS 4 /* File class byte index */ macro
/external/valgrind/coregrind/
H A Dlauncher-linux.c202 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
246 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h53 EI_CLASS = 4, // File class. enumerator in enum:llvm::ELF::__anon18389
80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
104 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
/external/syslinux/com32/lib/sys/module/
H A Dcommon.c233 if (elf_hdr->e_ident[EI_CLASS] != ELFCLASS32 &&
234 elf_hdr->e_ident[EI_CLASS] != ELFCLASS64) {

Completed in 726 milliseconds

123