Home
last modified time | relevance | path

Searched defs:pagesize (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dphysmem.c88 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total() local
100 double pagesize = pss.page_size; in physmem_total() local
112 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total() local
192 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available() local
206 double pagesize = pss.page_size; in physmem_available() local
218 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available() local
233 double pagesize = vmstats.pagesize; in physmem_available() local
/toolchain/binutils/binutils-2.25/bfd/
Dbfdwin.c114 static size_t pagesize; in bfd_get_file_window() local
Dlynx-core.c95 int pagesize; in lynx_core_file_p() local
Delf32-ppc.c7166 bfd_vma pagesize = (bfd_vma) 1 << htab->params->pagesize_p2; in ppc_elf_relax_section() local
9260 bfd_vma pagesize = (bfd_vma) 1 << htab->params->pagesize_p2; in ppc_elf_relocate_section() local
10187 bfd_vma pagesize = (bfd_vma) 1 << htab->params->pagesize_p2; in ppc_elf_finish_dynamic_sections() local
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-demangle.c108 size_t pagesize = getpagesize(); in protect_end() local
/toolchain/binutils/binutils-2.25/ld/
Dldexp.h159 bfd_vma base, min_base, relro_end, end, pagesize, maxpagesize; member