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

  /external/valgrind/main/coregrind/
pub_core_machine.h 45 # define VG_ELF_MACHINE EM_386
50 # define VG_ELF_MACHINE EM_X86_64
55 # define VG_ELF_MACHINE EM_PPC
60 # define VG_ELF_MACHINE EM_PPC64
65 # define VG_ELF_MACHINE EM_ARM
70 # undef VG_ELF_MACHINE
75 # define VG_ELF_MACHINE EM_S390
  /external/valgrind/main/coregrind/m_ume/
elf.c 127 if (e->e.e_machine != VG_ELF_MACHINE) {
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 98 ehdr->e_machine = VG_ELF_MACHINE;
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 131 ok &= (ehdr->e_machine == VG_ELF_MACHINE);
    [all...]

Completed in 42 milliseconds