Home
last modified time | relevance | path

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

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