Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dgetpagesize.c32 #undef GNU_OUR_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE) macro
40 #ifndef GNU_OUR_PAGESIZE
42 # define GNU_OUR_PAGESIZE PAGESIZE macro
45 # define GNU_OUR_PAGESIZE EXEC_PAGESIZE macro
48 # define GNU_OUR_PAGESIZE (NBPG * CLSIZE) macro
54 # define GNU_OUR_PAGESIZE NBPC macro
56 # define GNU_OUR_PAGESIZE 4096 /* Just punt and use reasonable value */ macro
66 return (GNU_OUR_PAGESIZE); in getpagesize()
DChangeLog6562 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE