Searched refs:PT_LOAD (Results 1 – 9 of 9) sorted by relevance
47 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
48 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
157 if (phdr[i].p_type != PT_LOAD) in load_kernel()
254 phdr.p_type = PT_LOAD; in cb_dumphdr()
787 if (phdr->p_type != PT_LOAD) in preload_protect()1060 case PT_LOAD: in link_elf_load_file()1219 if (segs[i]->p_type != PT_LOAD) in link_elf_load_file()
715 if (phdr[i].p_type != PT_LOAD || phdr[i].p_memsz == 0) in __elfN()896 if (phdr[i].p_type != PT_LOAD || phdr[i].p_memsz == 0) in __elfN()1125 case PT_LOAD: in __CONCAT()1777 phdr->p_type = PT_LOAD; in cb_put_phdr()
111 the panicked kernel's memory layout as PT_LOAD segments of elf format.
526 #define PT_LOAD 1 /* Loadable segment. */ macro