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

  /external/valgrind/main/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 ELFCLASS32
72 # define VG_ELF_CLASS ELFCLASS64
77 # undef VG_ELF_CLASS
82 # define VG_ELF_CLASS ELFCLASS64
93 # define VG_ELF_CLASS ELFCLASS32
104 # define VG_ELF_CLASS ELFCLASS6
    [all...]
  /external/valgrind/main/coregrind/m_ume/
elf.c 42 #include "pub_core_machine.h" // VG_ELF_CLASS (XXX: which should be moved)
112 if (e->e.e_ident[EI_CLASS] != VG_ELF_CLASS) {
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 93 ehdr->e_ident[EI_CLASS] = VG_ELF_CLASS;
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 40 #include "pub_core_machine.h" /* VG_ELF_CLASS */
124 ok &= (ehdr->e_ident[EI_CLASS] == VG_ELF_CLASS
    [all...]

Completed in 228 milliseconds