OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_ELF_MACHINE
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_machine.h
45
# define
VG_ELF_MACHINE
EM_386
50
# define
VG_ELF_MACHINE
EM_X86_64
55
# define
VG_ELF_MACHINE
EM_PPC
60
# define
VG_ELF_MACHINE
EM_PPC64
65
# define
VG_ELF_MACHINE
EM_ARM
70
# undef
VG_ELF_MACHINE
75
# undef
VG_ELF_MACHINE
/external/valgrind/main/coregrind/m_ume/
elf.c
127
if (e->e.e_machine !=
VG_ELF_MACHINE
) {
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
102
ehdr->e_machine =
VG_ELF_MACHINE
;
/external/valgrind/main/coregrind/m_debuginfo/
readelf.c
130
ok &= (ehdr->e_machine ==
VG_ELF_MACHINE
);
[
all
...]
Completed in 69 milliseconds