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 46 # define VG_ELF_MACHINE EM_386
51 # define VG_ELF_MACHINE EM_X86_64
56 # define VG_ELF_MACHINE EM_PPC
61 # define VG_ELF_MACHINE EM_PPC64
66 # define VG_ELF_MACHINE EM_ARM
71 # define VG_ELF_MACHINE EM_AARCH64
76 # undef VG_ELF_MACHINE
81 # define VG_ELF_MACHINE EM_S390
92 # define VG_ELF_MACHINE EM_MIPS
103 # define VG_ELF_MACHINE EM_MIP
    [all...]
  /external/valgrind/main/coregrind/m_ume/
elf.c 126 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 129 ok &= (ehdr->e_machine == VG_ELF_MACHINE);
    [all...]

Completed in 80 milliseconds