Searched refs:VG_ELF_MACHINE (Results 1 – 6 of 6) sorted by relevance
46 # define VG_ELF_MACHINE EM_386 macro51 # define VG_ELF_MACHINE EM_X86_64 macro56 # define VG_ELF_MACHINE EM_PPC macro61 # define VG_ELF_MACHINE EM_PPC64 macro66 # define VG_ELF_MACHINE EM_PPC64 macro71 # define VG_ELF_MACHINE EM_ARM macro76 # define VG_ELF_MACHINE EM_AARCH64 macro81 # undef VG_ELF_MACHINE86 # define VG_ELF_MACHINE EM_S390 macro97 # define VG_ELF_MACHINE EM_MIPS macro[all …]
366 if (e->e.e_machine != VG_ELF_MACHINE) { in readelf()
97 ehdr->e_machine = VG_ELF_MACHINE; in fill_ehdr()
386 ehdr->e_machine = VG_ELF_MACHINE; in fill_ehdr()
122 # define VG_ELF_MACHINE EM_ARM
162 ok &= (ehdr->e_machine == VG_ELF_MACHINE); in ML_()