Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
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)