HomeSort by relevance Sort by last modified time
    Searched refs:ELFCLASS32 (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libunwind/src/
elf32.h 5 #define ELF_CLASS ELFCLASS32
  /external/elfutils/libelf/
gelf_newehdr.c 43 return (class == ELFCLASS32
gelf_checksum.c 46 return (elf->class == ELFCLASS32
gelf_newphdr.c 43 return (elf->class == ELFCLASS32
gelf_offscn.c 43 if (elf->class == ELFCLASS32)
gelf_xlatetof.c 47 return (elf->class == ELFCLASS32
gelf_xlatetom.c 47 return (elf->class == ELFCLASS32
elf_getphdrnum.c 51 *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
elf_getident.c 56 return (char *) (elf->class == ELFCLASS32
gelf_getchdr.c 50 if (scn->elf->class == ELFCLASS32)
elf_compress_gnu.c 62 if (elfclass == ELFCLASS32)
121 if (elfclass == ELFCLASS32)
185 if (elfclass == ELFCLASS32)
elf_getscn.c 58 Elf_ScnList *runp = (elf->class == ELFCLASS32
  /external/elfutils/tests/
showptable.c 70 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 ? 9 : 12
    [all...]
elfshphehdr.c 142 size_t shentsize = (class == ELFCLASS32
145 size_t phentsize = (class == ELFCLASS32
162 test (elf, ELFCLASS32, false);
167 test (elf, ELFCLASS32, true);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 54 ELFCLASS32 = 1, // 32-bit object file
69 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; }
  /external/libunwind/src/ptrace/
_UPT_get_proc_name.c 37 #elif ELF_CLASS == ELFCLASS32
  /external/syslinux/com32/include/sys/i386/
module.h 16 #define MODULE_ELF_CLASS ELFCLASS32 // 32-bit modules
  /external/elfutils/backends/
sparc_regs.c 45 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;
s390_init.c 70 if (eh->class == ELFCLASS32)
x86_64_init.c 58 if (eh->class == ELFCLASS32)
s390_unwind.c 108 if (ebl->class == ELFCLASS32)
119 if (ebl->class == ELFCLASS32)
  /external/elfutils/libdw/
dwarf_frame_cfa.c 62 fs->cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8, 4,
  /development/vndk/tools/definition-tool/tests/
utils.py 20 ELF.ELFCLASS32: 'lib',
50 return self.add_lib(partition, ELF.ELFCLASS32, name, dt_needed,
64 self.add_lib(partition, ELF.ELFCLASS32, name, dt_needed,
  /external/libunwind/src/coredump/
_UCD_get_proc_name.c 65 #elif ELF_CLASS == ELFCLASS32
  /external/valgrind/coregrind/
pub_core_machine.h 47 # 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 189 milliseconds

1 2 3 4 5 6 7 8 910