Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/generic/
Da.out.h82 #define N_ADDRADJ(x) (N_MAGIC(x) == ZMAGIC ? SEGMENT_SIZE : 0)
86 #define N_TXTADDR(x) SEGMENT_SIZE
92 #define SEGMENT_SIZE PAGE_SIZE macro
138 #define _N_HDROFF(x) (SEGMENT_SIZE - sizeof (struct exec))
183 #define SEGMENT_SIZE 0x2000 macro
186 #define SEGMENT_SIZE 0x20000 macro
193 #define SEGMENT_SIZE 0x400000 macro
195 #ifndef SEGMENT_SIZE
200 #define SEGMENT_SIZE PAGE_SIZE macro
210 #define SEGSIZ SEGMENT_SIZE
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/
Da.out.h79 #define SEGMENT_SIZE 1024 macro
81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/
Da.out.h86 #define SEGMENT_SIZE SPARC_PGSIZE macro
88 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Da.out.h140 #define SEGMENT_SIZE 1024 macro
142 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))