Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Delf.h159 #define PT_LOAD 1 /* Loadable segment */ macro
/trusty/kernel/lib/trusty/
Dtrusty_app.c1228 if (prg_hdr->p_type == PT_LOAD && in elf_vaddr_mapped()
1278 if (prg_hdr->p_type != PT_LOAD) in alloc_address_map()