Searched refs:VG_ELF_CLASS (Results 1 – 7 of 7) sorted by relevance
47 # define VG_ELF_CLASS ELFCLASS32 macro52 # define VG_ELF_CLASS ELFCLASS64 macro57 # define VG_ELF_CLASS ELFCLASS32 macro62 # define VG_ELF_CLASS ELFCLASS64 macro67 # define VG_ELF_CLASS ELFCLASS64 macro72 # define VG_ELF_CLASS ELFCLASS32 macro77 # define VG_ELF_CLASS ELFCLASS64 macro82 # undef VG_ELF_CLASS87 # define VG_ELF_CLASS ELFCLASS64 macro98 # define VG_ELF_CLASS ELFCLASS32 macro[all …]
352 if (e->e.e_ident[EI_CLASS] != VG_ELF_CLASS) { in readelf()
92 ehdr->e_ident[EI_CLASS] = VG_ELF_CLASS; in fill_ehdr()
381 ehdr->e_ident[VKI_EI_CLASS] = VG_ELF_CLASS; in fill_ehdr()
123 # define VG_ELF_CLASS ELFCLASS32
157 ok &= (ehdr->e_ident[EI_CLASS] == VG_ELF_CLASS in ML_()
6228 if (header[VKI_EI_CLASS] != VG_ELF_CLASS) {6232 VG_ELF_CLASS);