HomeSort by: relevance | last modified time | path
    Searched defs:on_page (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
listing.c 731 static unsigned int on_page; /* Number of lines printed on current page. */ variable
738 if ((eject || (on_page >= paper_height))
771 on_page = 3;
787 on_page++;
982 on_page++;
1001 on_page++;
1010 on_page++;
  /src/external/gpl3/binutils.old/dist/gas/
listing.c 731 static unsigned int on_page; /* Number of lines printed on current page. */ variable
738 if ((eject || (on_page >= paper_height))
771 on_page = 3;
787 on_page++;
982 on_page++;
1001 on_page++;
1010 on_page++;
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 1690 flush_page (FILE *f, bfd_vma *need, bfd_vma page_addr, int on_page)
1701 (on_page * 2) + (on_page & 1) * 2 + 8,
1704 for (i = 0; i < on_page; i++)
1726 if (on_page & 1)
2137 int on_page;
2165 on_page = 0;
2171 flush_page (f, need, page_addr, on_page);
2172 on_page = 0;
2175 need[on_page++] = addr
2136 int on_page; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 1689 flush_page (FILE *f, bfd_vma *need, bfd_vma page_addr, int on_page)
1700 (on_page * 2) + (on_page & 1) * 2 + 8,
1703 for (i = 0; i < on_page; i++)
1725 if (on_page & 1)
2136 int on_page;
2164 on_page = 0;
2170 flush_page (f, need, page_addr, on_page);
2171 on_page = 0;
2174 need[on_page++] = addr
2135 int on_page; local
    [all...]

Completed in 24 milliseconds