Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Da.out.h81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1)) macro
86 : (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/
Da.out.h88 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1)) macro
94 : (unsigned long)(_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
/glibc-2.36/sysdeps/generic/
Da.out.h212 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1)) macro
219 : (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Da.out.h142 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1)) macro