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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 12441 int dir_idx; /* Index in directory table. */
12452 int dir_idx; /* Index of directory used as base. */
12675 dirs[0].dir_idx = 0;
12676 files[0].dir_idx = 0;
12685 files[i].dir_idx = ndirs - 1;
12696 dirs[ndirs].dir_idx = ndirs;
12697 files[i].dir_idx = ndirs;
12768 dirs[j].dir_idx = i;
12855 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx
12429 int dir_idx; \/* Index in directory table. *\/ member in struct:file_info
12440 int dir_idx; \/* Index of directory used as base. *\/ member in struct:dir_info
12843 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx; local
12888 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 12399 int dir_idx; /* Index in directory table. */
12410 int dir_idx; /* Index of directory used as base. */
12633 dirs[0].dir_idx = 0;
12634 files[0].dir_idx = 0;
12643 files[i].dir_idx = ndirs - 1;
12654 dirs[ndirs].dir_idx = ndirs;
12655 files[i].dir_idx = ndirs;
12726 dirs[j].dir_idx = i;
12813 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx
12387 int dir_idx; \/* Index in directory table. *\/ member in struct:file_info
12398 int dir_idx; \/* Index of directory used as base. *\/ member in struct:dir_info
12801 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx; local
12846 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx; local
    [all...]

Completed in 47 milliseconds