OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELF_MAGIC
(Results
1 - 2
of
2
) sorted by null
/system/core/libcorkscrew/
ptrace.c
28
static const uint32_t
ELF_MAGIC
= 0x464C457f; // "ELF\0177"
90
uint32_t
elf_magic
;
local
91
if (try_get_word_ptrace(pid, mi->start, &
elf_magic
) &&
elf_magic
==
ELF_MAGIC
) {
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 157 milliseconds