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 46 # define VG_ELF_CLASS ELFCLASS32
51 # define VG_ELF_CLASS ELFCLASS64
56 # define VG_ELF_CLASS ELFCLASS32
61 # define VG_ELF_CLASS ELFCLASS64
66 # define VG_ELF_CLASS ELFCLASS32
71 # undef VG_ELF_CLASS
76 # define VG_ELF_CLASS ELFCLASS64
  /external/valgrind/main/coregrind/m_ume/
elf.c 42 #include "pub_core_machine.h" // VG_ELF_CLASS (XXX: which should be moved)
113 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 42 #include "pub_core_machine.h" /* VG_ELF_CLASS */
127 ok &= (ehdr->e_ident[EI_CLASS] == VG_ELF_CLASS
    [all...]

Completed in 153 milliseconds