Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 25 of 36) sorted by relevance

12

/toolchain/binutils/binutils-2.25/libiberty/
Dphysmem.c87 double pages = sysconf (_SC_PHYS_PAGES); in physmem_total() local
89 if (0 <= pages && 0 <= pagesize) in physmem_total()
90 return pages * pagesize; in physmem_total()
99 double pages = pss.physical_memory; in physmem_total() local
101 if (0 <= pages && 0 <= pagesize) in physmem_total()
102 return pages * pagesize; in physmem_total()
113 double pages = realmem.physmem; in physmem_total() local
114 if (0 <= pages && 0 <= pagesize) in physmem_total()
115 return pages * pagesize; in physmem_total()
191 double pages = sysconf (_SC_AVPHYS_PAGES); in physmem_available() local
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dgot-page-2.s5 # 2 pages
11 # 2 pages
21 # 5 pages
Dgot-page-1.s5 # 2 pages
11 # 2 pages
21 # 5 pages
Dgot-page-3a.s12 # 2 pages
18 # 2 pages
28 # 5 pages
/toolchain/binutils/binutils-2.25/config/
Dmmap.m436 # zeroed pages with both the following properties:
37 # 1. If you map N consecutive pages in with one call, and then
38 # unmap any subset of those pages, the pages that were not
73 # doesn't give anonymous zeroed pages with the same properties listed
/toolchain/binutils/binutils-2.25/gold/
Dfileread.h405 pages(off_t file_size) in pages() function
Dfileread.cc481 section_size_type psize = File_read::pages(size + (start - poff)); in make_view()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dticoff.em26 /* Need to determine load and run pages for output sections */
Dxtensaelf.em45 static bfd_vma xtensa_page_power = 12; /* 4K pages. */
/toolchain/binutils/binutils-2.25/
DREADME.google39 manual and info pages.
/toolchain/binutils/binutils-2.25/texinfo/
Dtexinfo.tex193 % Margin to add to right of even pages, to left of odd pages.
3031 % Most title ``pages'' are actually two pages long, with space
3056 % in effect the toc pages will come out with page numbers.
3117 \newtoks\evenheadline % headline on even pages
3118 \newtoks\oddheadline % headline on odd pages
3119 \newtoks\evenfootline % footline on even pages
3120 \newtoks\oddfootline % footline on odd pages
3213 % chapter name on inside top of right hand pages, document
3214 % title on inside top of left hand pages, and page numbers on outside top
3215 % edge of all pages.
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dfdl.texi108 plus such following pages as are needed to hold, legibly, the material
167 pages.
DChangeLog-2005143 * ld.texinfo: Include configdoc.texi and ldver.texi in man pages.
/toolchain/binutils/binutils-2.25/bfd/doc/
Dfdl.texi108 plus such following pages as are needed to hold, legibly, the material
167 pages.
/toolchain/binutils/binutils-2.25/binutils/doc/
Dfdl.texi108 plus such following pages as are needed to hold, legibly, the material
167 pages.
/toolchain/binutils/binutils-2.25/gas/doc/
Dfdl.texi108 plus such following pages as are needed to hold, legibly, the material
167 pages.
/toolchain/binutils/binutils-2.25/gprof/
Dfdl.texi108 plus such following pages as are needed to hold, legibly, the material
167 pages.
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf.sc65 # pages from any other data, including headers
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-2008452 * ld-elf/sec-to-seg-script-adjoining-pages.t: Test linker script.
453 * ld-elf/sec-to-seg-script-disjoint-pages.t: Test linker script.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-0001893 to generate man pages using texi2pod and pod2man. Put @c man title
898 (*.1): Build the man pages from binutils.texi.
DChangeLog-200553 for manual pages.
/toolchain/binutils/binutils-2.25/include/coff/
DChangeLog-9103261 * ti.h: Remove load page references until load pages are
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c4794 asection *got, bfd_size_type pages) in mips_elf_multi_got() argument
4816 got_per_bfd_arg.max_pages = pages; in mips_elf_multi_got()
4888 g->local_gotno += (pages < g->page_gotno ? pages : g->page_gotno); in mips_elf_multi_got()
DChangeLog-20045022 targets to support pages of up to 64kB.
5026 targets to support pages of up to 64kB.
5030 targets to support pages of up to 64kB.
DChangeLog-2007340 a new primary GOT. Use the minimum of pages and page_gotno when
341 adding the number of pages entries to local_gotno.

12