/toolchain/binutils/binutils-2.25/libiberty/ |
D | physmem.c | 87 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/ |
D | got-page-2.s | 5 # 2 pages 11 # 2 pages 21 # 5 pages
|
D | got-page-1.s | 5 # 2 pages 11 # 2 pages 21 # 5 pages
|
D | got-page-3a.s | 12 # 2 pages 18 # 2 pages 28 # 5 pages
|
/toolchain/binutils/binutils-2.25/config/ |
D | mmap.m4 | 36 # 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/ |
D | fileread.h | 405 pages(off_t file_size) in pages() function
|
D | fileread.cc | 481 section_size_type psize = File_read::pages(size + (start - poff)); in make_view()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | ticoff.em | 26 /* Need to determine load and run pages for output sections */
|
D | xtensaelf.em | 45 static bfd_vma xtensa_page_power = 12; /* 4K pages. */
|
/toolchain/binutils/binutils-2.25/ |
D | README.google | 39 manual and info pages.
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 193 % 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/ |
D | fdl.texi | 108 plus such following pages as are needed to hold, legibly, the material 167 pages.
|
D | ChangeLog-2005 | 143 * ld.texinfo: Include configdoc.texi and ldver.texi in man pages.
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | fdl.texi | 108 plus such following pages as are needed to hold, legibly, the material 167 pages.
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | fdl.texi | 108 plus such following pages as are needed to hold, legibly, the material 167 pages.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | fdl.texi | 108 plus such following pages as are needed to hold, legibly, the material 167 pages.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | fdl.texi | 108 plus such following pages as are needed to hold, legibly, the material 167 pages.
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elf.sc | 65 # pages from any other data, including headers
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2008 | 452 * 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/ |
D | ChangeLog-0001 | 893 to generate man pages using texi2pod and pod2man. Put @c man title 898 (*.1): Build the man pages from binutils.texi.
|
D | ChangeLog-2005 | 53 for manual pages.
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ChangeLog-9103 | 261 * ti.h: Remove load page references until load pages are
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-mips.c | 4794 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()
|
D | ChangeLog-2004 | 5022 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.
|
D | ChangeLog-2007 | 340 a new primary GOT. Use the minimum of pages and page_gotno when 341 adding the number of pages entries to local_gotno.
|