OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_ELF_CLASS
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_machine.h
46
# define
VG_ELF_CLASS
ELFCLASS32
51
# define
VG_ELF_CLASS
ELFCLASS64
56
# define
VG_ELF_CLASS
ELFCLASS32
61
# define
VG_ELF_CLASS
ELFCLASS64
66
# define
VG_ELF_CLASS
ELFCLASS32
71
# undef
VG_ELF_CLASS
76
# undef
VG_ELF_CLASS
/external/valgrind/main/coregrind/m_ume/
elf.c
42
#include "pub_core_machine.h" //
VG_ELF_CLASS
(XXX: which should be moved)
113
if (e->e.e_ident[EI_CLASS] !=
VG_ELF_CLASS
) {
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
97
ehdr->e_ident[EI_CLASS] =
VG_ELF_CLASS
;
/external/valgrind/main/coregrind/m_debuginfo/
readelf.c
42
#include "pub_core_machine.h" /*
VG_ELF_CLASS
*/
126
ok &= (ehdr->e_ident[EI_CLASS] ==
VG_ELF_CLASS
[
all
...]
Completed in 55 milliseconds