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

  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 330 int maxpaths; /* size currently allocated for member in struct:__anon10031
7485 md.maxpaths = 0;
7767 if (md.path == md.maxpaths)
7769 md.maxpaths += 20;
7771 md.maxpaths);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 330 int maxpaths; /* size currently allocated for member in struct:__anon11503
7485 md.maxpaths = 0;
7767 if (md.path == md.maxpaths)
7769 md.maxpaths += 20;
7771 md.maxpaths);

Completed in 39 milliseconds