Home
last modified time | relevance | path

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

/DragonStub/apps/
H A Delf.c279 if (phdr->p_type != PT_LOAD) { in efi_allocate_kernel_memory()
353 if (phdr->p_type != PT_LOAD) { in load_program()
/DragonStub/inc/
H A Delf.h710 #define PT_LOAD 1 /* Loadable program segment */ macro