Home | History | Annotate | Download | only in linker

Lines Matching refs:PT_LOAD

61   An ELF file's program header table contains one or more PT_LOAD
389 if (phdr->p_type != PT_LOAD) {
485 if (phdr->p_type != PT_LOAD) {
573 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {
676 * turn some of the pages of a writable PT_LOAD segment to read-only, as
939 if (phdr->p_type == PT_LOAD) {
961 if (phdr->p_type != PT_LOAD) {