Searched defs:GNU_OUR_PAGESIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgetpagesize.c32 #undef GNU_OUR_PAGESIZE macro
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE) macro
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
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dgetpagesize.c32 #undef GNU_OUR_PAGESIZE macro
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE) macro
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
[all...]

Completed in 54 milliseconds