Home
last modified time | relevance | path

Searched refs:ELFMAG (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Delf.h101 #define ELFMAG "\177ELF" macro
/trusty/kernel/lib/trusty/
Dtrusty_app.c1563 if (strncmp((char*)ehdr->e_ident, ELFMAG, SELFMAG)) { in trusty_app_create()