Home
last modified time | relevance | path

Searched refs:VG_ELF_CLASS (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_machine.h47 # define VG_ELF_CLASS ELFCLASS32 macro
52 # define VG_ELF_CLASS ELFCLASS64 macro
57 # define VG_ELF_CLASS ELFCLASS32 macro
62 # define VG_ELF_CLASS ELFCLASS64 macro
67 # define VG_ELF_CLASS ELFCLASS64 macro
72 # define VG_ELF_CLASS ELFCLASS32 macro
77 # define VG_ELF_CLASS ELFCLASS64 macro
82 # undef VG_ELF_CLASS
87 # define VG_ELF_CLASS ELFCLASS64 macro
98 # define VG_ELF_CLASS ELFCLASS32 macro
[all …]
/external/valgrind/coregrind/m_ume/
Delf.c352 if (e->e.e_ident[EI_CLASS] != VG_ELF_CLASS) { in readelf()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c92 ehdr->e_ident[EI_CLASS] = VG_ELF_CLASS; in fill_ehdr()
Dcoredump-solaris.c381 ehdr->e_ident[VKI_EI_CLASS] = VG_ELF_CLASS; in fill_ehdr()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt123 # define VG_ELF_CLASS ELFCLASS32
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c157 ok &= (ehdr->e_ident[EI_CLASS] == VG_ELF_CLASS in ML_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c6228 if (header[VKI_EI_CLASS] != VG_ELF_CLASS) {
6232 VG_ELF_CLASS);