HomeSort by relevance Sort by last modified time
    Searched refs:VG_ELF_CLASS (Results 1 - 6 of 6) sorted by null

  /external/valgrind/coregrind/
pub_core_machine.h 47 # define VG_ELF_CLASS ELFCLASS32
52 # define VG_ELF_CLASS ELFCLASS64
57 # define VG_ELF_CLASS ELFCLASS32
62 # define VG_ELF_CLASS ELFCLASS64
67 # define VG_ELF_CLASS ELFCLASS64
72 # define VG_ELF_CLASS ELFCLASS32
77 # define VG_ELF_CLASS ELFCLASS64
82 # undef VG_ELF_CLASS
87 # define VG_ELF_CLASS ELFCLASS64
98 # define VG_ELF_CLASS ELFCLASS3
    [all...]
  /external/valgrind/coregrind/m_ume/
elf.c 42 #include "pub_core_machine.h" // VG_ELF_CLASS (XXX: which should be moved)
352 if (e->e.e_ident[EI_CLASS] != VG_ELF_CLASS) {
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 92 ehdr->e_ident[EI_CLASS] = VG_ELF_CLASS;
coredump-solaris.c 381 ehdr->e_ident[VKI_EI_CLASS] = VG_ELF_CLASS;
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 40 #include "pub_core_machine.h" /* VG_ELF_CLASS */
157 ok &= (ehdr->e_ident[EI_CLASS] == VG_ELF_CLASS
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]

Completed in 508 milliseconds