Lines Matching +full:7 +full:- +full:segment
1 /* SPDX-License-Identifier: GPL-2.0 */
5 /* 32-bit ELF base types. */
12 /* 64-bit ELF base types. */
22 /* These constants are for the segment types stored in the image headers */
30 #define PT_TLS 7 /* Thread local storage segment */
31 #define PT_LOOS 0x60000000 /* OS-specific */
32 #define PT_HIOS 0x6fffffff /* OS-specific */
109 Elf64_Off p_offset; /* Segment file offset */
110 Elf64_Addr p_vaddr; /* Segment virtual address */
111 Elf64_Addr p_paddr; /* Segment physical address */
112 Elf64_Xword p_filesz; /* Segment size in file */
113 Elf64_Xword p_memsz; /* Segment size in memory */
114 Elf64_Xword p_align; /* Segment alignment, file & memory */
124 #define EI_OSABI 7