Searched refs:ehdr (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Ddebuggerd.cpp351 char ehdr[EI_NIDENT]; local
352 ssize_t bytes = TEMP_FAILURE_RETRY(read(fd, &ehdr, sizeof(ehdr)));
354 if (bytes != (ssize_t) sizeof(ehdr) || memcmp(ELFMAG, ehdr, SELFMAG) != 0) {
357 if (ehdr[EI_CLASS] == ELFCLASS32) {

Completed in 64 milliseconds