Searched refs:getpagesize (Results 1 – 25 of 26) sorted by relevance
12
/toolchain/binutils/binutils-2.25/libiberty/ |
D | getpagesize.c | 64 getpagesize (void) in getpagesize() function 79 int getpagesize (void) in getpagesize() function
|
D | configure.ac | 342 funcs="$funcs getpagesize" 403 getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \ 479 AC_LIBOBJ([getpagesize]) 497 …asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy … 522 getcwd getpagesize getrusage gettimeofday \ 564 AC_LIBOBJ([getpagesize]) 575 basename | getpagesize | insque | random | strcasecmp)
|
D | makefile.vms | 13 concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
|
D | Makefile.in | 133 getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \ 205 ./getcwd.$(objext) ./getpagesize.$(objext) \ 826 ./getpagesize.$(objext): $(srcdir)/getpagesize.c config.h 828 $(COMPILE.c) $(PICFLAG) $(srcdir)/getpagesize.c -o pic/$@; \ 831 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getpagesize.c -o noasan/$@; \ 833 $(COMPILE.c) $(srcdir)/getpagesize.c $(OUTPUT_OPTION)
|
D | configure | 5495 getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \ 5851 …asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy … 5900 getcwd getpagesize getrusage gettimeofday \ 6008 basename | getpagesize | insque | random | strcasecmp) 6791 for ac_func in getpagesize
|
D | ChangeLog | 2634 * getpagesize.c (getpagesize): Likewise. 4414 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c, 4484 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c, 6562 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE 6612 * getpagesize.c: Likewise. 6644 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets. 6652 * getpagesize.c: Likewise. 7471 * mpw-make.sed: Add getpagesize.c.o to needed-list. 7636 * getpagesize.c: Remove FSF copyright. 7646 * getpagesize.c (getpagesize): implement for VMS; [all …]
|
D | config.in | 125 /* Define to 1 if you have the `getpagesize' function. */
|
D | functions.texi | 456 @c getpagesize.c:5 457 @deftypefn Supplemental int getpagesize (void)
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
D | alphavms.h | 52 extern int getpagesize (void);
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | relro_test.cc | 73 const size_t page_size = getpagesize(); in t1()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | lynx-core.c | 99 pagesize = getpagesize (); /* Serious cross-target issue here... This in lynx_core_file_p()
|
D | trad-core.c | 50 # define NBPG getpagesize()
|
D | bfdwin.c | 126 pagesize = getpagesize (); in bfd_get_file_window()
|
D | configure.com | 285 /* Define if you have the getpagesize function. */
|
D | cache.c | 448 pagesize_m1 = getpagesize () - 1; in cache_bmmap()
|
D | libbfd.c | 27 #define getpagesize() 2048 macro
|
D | config.in | 116 /* Define to 1 if you have the `getpagesize' function. */
|
D | configure.ac | 217 AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno)
|
D | configure | 13652 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno 15835 for ac_func in getpagesize
|
D | ChangeLog-9697 | 2086 (getpagesize): Don't define. 3948 * libbfd.c: Create dummy getpagesize() macro if HAVE_GETPAGESIZE
|
D | ChangeLog-2007 | 1578 * trad-core.c (NBPG): If not defined, set to getpagesize().
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-demangle.c | 108 size_t pagesize = getpagesize(); in protect_end()
|
/toolchain/binutils/binutils-2.25/intl/ |
D | config.h.in | 56 /* Define to 1 if you have the `getpagesize' function. */
|
D | configure | 4365 for ac_func in getpagesize
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objdump.c | 1124 int ps = getpagesize (); in slurp_file()
|
12