Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dsni-svr4.h59 #define getpagesize() sysconf(_SC_PAGE_SIZE)
/openbsd/src/include/
Dunistd.h181 #define _SC_PAGE_SIZE _SC_PAGESIZE /* 1170 compatibility */ macro
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DProcess.inc82 static long page_size = ::sysconf(_SC_PAGE_SIZE);
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfttrace.c5456 page_size = sysconf (_SC_PAGE_SIZE); in hppa_range_profitable_for_hw_watchpoint()
5587 memory_page_dictionary.page_size = sysconf (_SC_PAGE_SIZE); in _initialize_infttrace()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcollect2.c3564 page_size = sysconf (_SC_PAGE_SIZE);