Searched refs:ELFCLASS32 (Results 1 - 25 of 132) sorted by relevance

123456

/external/libunwind/src/
H A Delf32.h5 #define ELF_CLASS ELFCLASS32
/external/elfutils/libelf/
H A Dgelf_newehdr.c43 return (class == ELFCLASS32
H A Dgelf_checksum.c46 return (elf->class == ELFCLASS32
H A Dgelf_newphdr.c43 return (elf->class == ELFCLASS32
H A Dgelf_offscn.c43 if (elf->class == ELFCLASS32)
H A Dgelf_xlatetof.c47 return (elf->class == ELFCLASS32
H A Dgelf_xlatetom.c47 return (elf->class == ELFCLASS32
H A Delf_getphdrnum.c51 *dst = (elf->class == ELFCLASS32
57 const Elf_ScnList *const scns = (elf->class == ELFCLASS32
64 if (elf->class == ELFCLASS32)
88 Elf64_Off off = (elf->class == ELFCLASS32
104 size_t phdr_size = (elf->class == ELFCLASS32
H A Delf_getident.c56 return (char *) (elf->class == ELFCLASS32
H A Dgelf_getchdr.c50 if (scn->elf->class == ELFCLASS32)
H A Delf_compress_gnu.c62 if (elfclass == ELFCLASS32)
121 if (elfclass == ELFCLASS32)
185 if (elfclass == ELFCLASS32)
H A Delf_end.c117 = (elf->class == ELFCLASS32
131 Elf_ScnList *list = (elf->class == ELFCLASS32
189 if (oldp != (elf->class == ELFCLASS32
201 free (elf->class == ELFCLASS32
209 free (elf->class == ELFCLASS32
H A Delf_update.c103 if ((class == ELFCLASS32
112 if ((class == ELFCLASS32
191 size = (elf->class == ELFCLASS32
/external/elfutils/tests/
H A Dshowptable.c70 gelf_getclass (elf) == ELFCLASS32 ? 9 : 17, "offset",
71 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18, "vaddr",
72 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18, "paddr",
73 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12, "filesz",
74 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12, "memsz");
102 gelf_getclass (elf) == ELFCLASS32 ? 9 : 17,
104 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18,
106 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18,
108 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12,
110 gelf_getclass (elf) == ELFCLASS32
[all...]
H A Delfshphehdr.c142 size_t shentsize = (class == ELFCLASS32
145 size_t phentsize = (class == ELFCLASS32
162 test (elf, ELFCLASS32, false);
167 test (elf, ELFCLASS32, true);
/external/libunwind/src/ptrace/
H A D_UPT_get_proc_name.c37 #elif ELF_CLASS == ELFCLASS32
/external/syslinux/com32/include/sys/i386/
H A Dmodule.h16 #define MODULE_ELF_CLASS ELFCLASS32 // 32-bit modules
/external/elfutils/backends/
H A Dsparc_regs.c45 const int nfp = 32 + (ebl->class == ELFCLASS32 ? 0 : 16);
46 const int nspec = ebl->class == ELFCLASS32 ? 8 : 6;
54 *bits = ebl->class == ELFCLASS32 ? 32 : 64;
H A Ds390_init.c70 if (eh->class == ELFCLASS32)
H A Dx86_64_init.c58 if (eh->class == ELFCLASS32)
H A Ds390_unwind.c108 if (ebl->class == ELFCLASS32)
119 if (ebl->class == ELFCLASS32)
/external/elfutils/libdw/
H A Ddwarf_frame_cfa.c62 fs->cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8, 4,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetELFWriterInfo.h54 ELFCLASS32 = 1, // 32-bit object file enumerator in enum:llvm::TargetELFWriterInfo::__anon22528
69 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; }
/external/libunwind/src/coredump/
H A D_UCD_get_proc_name.c65 #elif ELF_CLASS == ELFCLASS32
/external/valgrind/coregrind/
H A Dpub_core_machine.h47 # define VG_ELF_CLASS ELFCLASS32
57 # define VG_ELF_CLASS ELFCLASS32
72 # define VG_ELF_CLASS ELFCLASS32
98 # define VG_ELF_CLASS ELFCLASS32

Completed in 394 milliseconds

123456