Searched refs:SELFMAG (Results 1 – 2 of 2) sorted by relevance
/trusty/kernel/lib/trusty/include/lib/trusty/ | ||
D | elf.h | 102 #define SELFMAG 4 macro |
/trusty/kernel/lib/trusty/ | ||
D | trusty_app.c | 1563 if (strncmp((char*)ehdr->e_ident, ELFMAG, SELFMAG)) { in trusty_app_create() |