Lines Matching full:segment
29 bswaps(&phdr->p_type); /* Segment type */
30 bswaps(&phdr->p_flags); /* Segment flags */
31 bswaps(&phdr->p_offset); /* Segment file offset */
32 bswaps(&phdr->p_vaddr); /* Segment virtual address */
33 bswaps(&phdr->p_paddr); /* Segment physical address */
34 bswaps(&phdr->p_filesz); /* Segment size in file */
35 bswaps(&phdr->p_memsz); /* Segment size in memory */
36 bswaps(&phdr->p_align); /* Segment alignment */
144 * PT_DYNAMIC, and PT_NOTE located in a writable data segment.
157 fprintf(stderr, "LOAD segment does not cover EHDR\n");
161 fprintf(stderr, "LOAD segment not loaded at address 0\n");
172 fprintf(stderr, "LOAD segment's filesz and memsz differ\n");
176 fprintf(stderr, "LOAD segment is larger than the whole VDSO\n");
183 fprintf(stderr, "LOAD segment does not cover PHDRs\n");
187 fprintf(stderr, "LOAD segment is not read-write\n");
210 fprintf(stderr, "LOAD segment does not cover %s\n", which);