Searched refs:SEGMENT_SIZE (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Da.out.h92 #define SEGMENT_SIZE 1024 macro
94 #ifndef SEGMENT_SIZE
95 #define SEGMENT_SIZE getpagesize() macro
98 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Da.out.h92 #define SEGMENT_SIZE 1024 macro
94 #ifndef SEGMENT_SIZE
95 #define SEGMENT_SIZE getpagesize() macro
98 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Da.out.h92 #define SEGMENT_SIZE 1024 macro
94 #ifndef SEGMENT_SIZE
95 #define SEGMENT_SIZE getpagesize() macro
98 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)

Completed in 134 milliseconds